Changeset 36 for trunk/npemap.org.uk
- Timestamp:
- Oct 13, 2006, 12:06:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/schema_postgres.sql
r31 r36 9 9 CONSTRAINT pk_sources PRIMARY KEY (id) 10 10 ); 11 INSERT INTO sources VALUES (0, 'NPE Postcode Inputter');11 INSERT INTO sources VALUES (0, 'NPE Postcode web submission'); 12 12 INSERT INTO sources VALUES (1, 'FreeThePostcode.org Importer'); 13 13 SELECT SETVAL('s_sources',1);
Note: See TracChangeset
for help on using the changeset viewer.