Changeset 179 for trunk


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

/trunk

Fix buglet in SQL definitions (ported forward from /branches/stable r178)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/ipdb.psql

    r176 r179  
    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.