]> ruin.nu Git - ndwebbie.git/blobdiff - database/r100.sql
Stat updates for r100
[ndwebbie.git] / database / r100.sql
index b5f644cf1355b7c4d98cb1f67606df405e53f42b..debbc44804e276ab6d7146474efb35f2893c02bb 100644 (file)
@@ -29,9 +29,12 @@ DROP FUNCTION covop_alert(integer, integer, integer, integer, govs, integer);
 \i functions/find_planet_id.sql
 \i functions/find_planet_id.sql
 ALTER TABLE ship_stats ADD FOREIGN KEY (race) REFERENCES races(race) ON UPDATE CASCADE ON DELETE CASCADE;
+ALTER TABLE ship_stats ADD COLUMN cloaked BOOLEAN NOT NULL DEFAULT false, ADD COLUMN baseeta INTEGER NOT NULL DEFAULT 0;
+ALTER TABLE ship_stats ALTER COLUMN cloaked DROP DEFAULT, ALTER COLUMN baseeta DROP DEFAULT, ALTER COLUMN guns DROP DEFAULT, ALTER COLUMN eres DROP DEFAULT;
 \d ship_stats
 
 DROP TYPE race;
 DROP TYPE govs;
 
+
 \i functions/hostile_alliances.sql