]> ruin.nu Git - ndwebbie.git/blobdiff - database/ndawn.sql
Make use of the newish planet id from stats
[ndwebbie.git] / database / ndawn.sql
index 5234e0b3f75caec94663d61bf456d03d670fdb50..5567337c58914e035be38b2d174c2ef4a6cc7702 100644 (file)
@@ -773,6 +773,8 @@ CREATE TABLE planets (
 )
 WITH (fillfactor='50');
 
+ALTER TABLE planets ADD COLUMN id text UNIQUE NOT NULL;
+
 
 ALTER TABLE planets OWNER TO ndawn;