- Timestamp:
- Dec 10, 2012, 4:35:46 PM (14 years ago)
- Location:
- branches/czw_branch/20120906
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r33826 r34786 389 389 mountedvol.vol_id IS NOT NULL as mounted, 390 390 v.cab_id, 391 v.last_modified, 391 392 v.note 392 393 FROM volume AS v … … 694 695 cab_id INT, 695 696 note VARCHAR(255), 697 last_modified TIMESTAMP NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, # SC: Added by Haydn with ALTER TABLE(?) on 2012-12-03 696 698 PRIMARY KEY(vol_id), 697 699 UNIQUE KEY(name),
Note:
See TracChangeset
for help on using the changeset viewer.
