Changeset 9457aed in confclerk_git for src/dbschema000to001.sql
- Timestamp:
- 03/19/13 21:00:01 (10 years ago)
- Branches:
- master, qt5
- Children:
- 4ca8bdc
- Parents:
- a1e348c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dbschema000to001.sql
ra1e348c r9457aed 16 16 venue VARCHAR, 17 17 city VARCHAR, 18 start INTEGER NOT NULL, -- time stamp (Unix Epoch)19 end INTEGER NOT NULL, -- time stamp (Unix Epoch)18 start INTEGER NOT NULL, -- timezone-less timestamp (Unix Epoch) 19 end INTEGER NOT NULL, -- timezone-less timestamp (Unix Epoch) 20 20 day_change INTEGER, 21 21 timeslot_duration INTEGER,
Note: See TracChangeset
for help on using the changeset viewer.