~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to src/etc/script/create_db.Sybase

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-04-09 23:33:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050409233335-fm1lfafyokbq4bsx
Tags: 4.1.5-2

* added /etc/mail to directory list (Closes: #298404, thanks to Massimo
  Cetra <mcetra@navynet.it> for the report)
* fixed typo in package description (Closes: #300038, thanks to Florian
  Zumbiehl <florz@gmx.de> for the report) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    password_user          varchar(40)            null    ,
15
15
    cookie_delay_user      numeric                null    ,
16
16
    lang_user              varchar(10)            null    ,
 
17
    attributes_user        varchar5�((�           null    ,
17
18
    constraint ind_user primary key (email_user)
18
19
)
19
20
go
31
32
    visibility_subscriber  varchar(20)            null    ,
32
33
    reception_subscriber   varchar(20)            null    ,
33
34
    bounce_subscriber      varchar(35)            null    ,
 
35
    bounce_score_subscriber numeric               null    ,
34
36
    comment_subscriber     varchar(150)           null    ,
35
37
    subscribed_subscriber  numeric                null    ,
36
38
    included_subscriber    numeric                null    ,