Revision 10711
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/vegbien.my.sql | ||
---|---|---|
1318 | 1318 |
createdby varchar(255), |
1319 | 1319 |
datelastmodified date NOT NULL, |
1320 | 1320 |
lastmodifiedby varchar(255), |
1321 |
revision varchar(255) |
|
1321 |
import_revision varchar(255)
|
|
1322 | 1322 |
); |
1323 | 1323 |
|
1324 | 1324 |
|
schemas/vegbien.sql | ||
---|---|---|
2239 | 2239 |
createdby text, |
2240 | 2240 |
datelastmodified date DEFAULT now() NOT NULL, |
2241 | 2241 |
lastmodifiedby text, |
2242 |
revision text |
|
2242 |
import_revision text
|
|
2243 | 2243 |
); |
2244 | 2244 |
|
2245 | 2245 |
|
Also available in: Unified diff
schemas/vegbien.sql: source.revision: renamed to import_revision for clarity