]> ruin.nu Git - ndwebbie.git/blob - database/shipid.sql
Change database structure for planets and alliances + PG 8.4 changes
[ndwebbie.git] / database / shipid.sql
1 ALTER TABLE ship_stats ADD id SERIAL UNIQUE NOT NULL;
2 UPDATE ship_stats SET id = id - 3;