Changeset 237 for trunk


Ignore:
Timestamp:
04/19/05 12:25:47 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Bugfix in tabledef for users table (required for ACLs)

  • user is apparently a reserved word for Postgres
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb.psql

    r233 r237  
    210210
    211211CREATE TABLE "users" (
    212         "user" varchar(16) NOT NULL PRIMARY KEY,
     212        "username" varchar(16) NOT NULL PRIMARY KEY,
    213213        "password" varchar(16) DEFAULT '',
    214214        "acl" varchar(16) DEFAULT 'b'
Note: See TracChangeset for help on using the changeset viewer.