~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to database/pgsql.sql

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-05-22 09:50:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522095033-0jr7zmkf91bl1ymp
Tags: 0.9.11-1
New upstream release (add internationalization support)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
CREATE TABLE Prewikka_User (
13
13
        login VARCHAR(32) NOT NULL PRIMARY KEY,
 
14
        lang VARCHAR(32) NULL,
14
15
        password VARCHAR(32) NULL,
15
16
        email VARCHAR(64) NULL
16
17
);