~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to userdb/users.sql

  • Committer: drtomc
  • Date: 2008-01-28 23:37:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:316
setup.py - name the configuration command "config" to bring it into line with
other setup.py scripts.
users.sql - tweak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
DROP TABLE roles;
3
 
DROP TABLE enrolment;
4
 
DROP TABLE group_members;
5
 
DROP TABLE users;
6
 
DROP TABLE groups;
7
 
 
8
1
CREATE TABLE users (
9
2
    login       VARCHAR UNIQUE NOT NULL,
10
3
    loginid     SERIAL PRIMARY KEY NOT NULL,