Save createdByUserID and lastModifiedByUserID for group items
This commit is contained in:
parent
bb0a1dab13
commit
b54d4e78b7
9 changed files with 317 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
-- 111
|
||||
-- 112
|
||||
|
||||
-- Copyright (c) 2009 Center for History and New Media
|
||||
-- George Mason University, Fairfax, Virginia, USA
|
||||
|
@ -275,7 +275,7 @@ CREATE TABLE libraries (
|
|||
|
||||
CREATE TABLE users (
|
||||
userID INTEGER PRIMARY KEY,
|
||||
username TEXT NOT NULL
|
||||
name TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE groups (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue