Changeset 178 for branches/stable


Ignore:
Timestamp:
03/01/05 14:05:24 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fix buglet in SQL definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/ipdb.psql

    r177 r178  
    113113CREATE TABLE "cities" (
    114114        "city" character varying(30) DEFAULT '' NOT NULL PRIMARY KEY,
    115         "routing" character(1) DEFAULT 'n' NOT NULL,
     115        "routing" character(1) DEFAULT 'n' NOT NULL
    116116);
    117117
Note: See TracChangeset for help on using the changeset viewer.