Changeset 3015
- Timestamp:
- Jan 14, 2005, 5:29:58 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/docs/database_setup.txt (modified) (2 diffs)
-
Nebulous/docs/database_setup.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/docs/database_setup.txt
r2785 r3015 1 1 # Copyright (C) 2004 Joshua Hoblitt 2 2 # 3 # $Id: database_setup.txt,v 1. 1.1.1 2004-12-22 02:16:23jhoblitt Exp $3 # $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $ 4 4 5 5 ### Database Setup … … 38 38 ins_id BIGINT NOT NULL AUTO_INCREMENT, 39 39 so_id BIGINT NOT NULL, 40 uri VARCHAR(255) BINARY NOT NULL UNIQUE,40 uri VARCHAR(255) BINARY NOT NULL, 41 41 sha1sum CHAR(40), 42 42 assigned_location BOOL, -
trunk/Nebulous/docs/database_setup.txt
r2785 r3015 1 1 # Copyright (C) 2004 Joshua Hoblitt 2 2 # 3 # $Id: database_setup.txt,v 1. 1.1.1 2004-12-22 02:16:23jhoblitt Exp $3 # $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $ 4 4 5 5 ### Database Setup … … 38 38 ins_id BIGINT NOT NULL AUTO_INCREMENT, 39 39 so_id BIGINT NOT NULL, 40 uri VARCHAR(255) BINARY NOT NULL UNIQUE,40 uri VARCHAR(255) BINARY NOT NULL, 41 41 sha1sum CHAR(40), 42 42 assigned_location BOOL,
Note:
See TracChangeset
for help on using the changeset viewer.
