Save createdByUserID and lastModifiedByUserID for group items

This commit is contained in:
Dan Stillman 2020-06-20 05:43:24 -04:00
parent bb0a1dab13
commit b54d4e78b7
9 changed files with 317 additions and 40 deletions

View file

@ -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 (