Changeset 238 for branches/acl/cgi-bin


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

/branches/acl

Bugfix in tabledef for users table (required for ACLs)

  • user is apparently a reserved word for Postgres

Same fix as /trunk r237

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/acl/cgi-bin/ipdb.psql

    r221 r238  
    189189
    190190CREATE TABLE "users" (
    191         "user" varchar(16) NOT NULL PRIMARY KEY,
     191        "username" varchar(16) NOT NULL PRIMARY KEY,
    192192        "password" varchar(16) DEFAULT '',
    193193        "acl" varchar(16) DEFAULT 'b'
Note: See TracChangeset for help on using the changeset viewer.