Changeset 35 for trunk/sql_init
- Timestamp:
- May 19, 2006, 8:35:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql_init/samhain.postgres.init
r1 r35 1 1 CREATE SEQUENCE log_log_index_seq START 1; 2 2 CREATE TABLE log ( 3 log_index INTEGER NOT NULL DEFAULT NEXTVAL('log_log_index_seq'),3 log_index INTEGER NOT NULL, 4 4 log_ref BIGINT NULL, 5 5 log_host VARCHAR(64) NOT NULL DEFAULT 'localhost',
Note:
See TracChangeset
for help on using the changeset viewer.