Changeset 65914 in vbox for trunk/src/VBox/ValidationKit/testmanager/db
- Timestamp:
- Mar 1, 2017 4:09:45 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113709
- Location:
- trunk/src/VBox/ValidationKit/testmanager/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseComments.pgsql
r64948 r65914 55 55 COMMENT ON COLUMN Users.sLoginName IS 56 56 'The login name used by apache.'; 57 58 59 COMMENT ON COLUMN Users.fReadOnly IS 60 'Read access only.'; 57 61 58 62 -
trunk/src/VBox/ValidationKit/testmanager/db/TestManagerDatabaseInit.pgsql
r61507 r65914 125 125 --- The login name used by apache. 126 126 sLoginName text NOT NULL, 127 --- Read access only. 128 fReadOnly BOOLEAN NOT NULL DEFAULT FALSE, 127 129 128 130 PRIMARY KEY (uid, tsExpire)
Note:
See TracChangeset
for help on using the changeset viewer.