- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r31410 r34041 750 750 ### 751 751 752 CREATE TABLE lost_instances ( 753 id BIGINT NOT NULL AUTO_INCREMENT, 754 ins_id BIGINT NOT NULL DEFAULT -1, 755 so_id BIGINT NOT NULL DEFAULT -1, 756 vol_id INT NOT NULL DEFAULT -1, 757 uri CHAR(255) NOT NULL DEFAULT 'undefined', 758 epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 759 mtime TIMESTAMP, 760 PRIMARY KEY(id), 761 KEY(so_id), 762 KEY(vol_id), 763 KEY(uri(40)) 764 ) ENGINE=innodb DEFAULT CHARSET=latin1; 765 766 ### 767 752 768 CREATE TABLE log ( 753 769 timestamp TIMESTAMP,
Note:
See TracChangeset
for help on using the changeset viewer.
