]> ruin.nu Git - ndwebbie.git/commitdiff
Fix typo
authorMichael Andreen <michael@andreen.dev>
Fri, 13 Jan 2023 16:29:18 +0000 (17:29 +0100)
committerMichael Andreen <michael@andreen.dev>
Fri, 13 Jan 2023 16:29:18 +0000 (17:29 +0100)
database/r100.sql

index feebfdf157e39964efe2e4d975fa00f8b4444983..d4f50de04852b4e75a69ace4d3d5d975887c31b7 100644 (file)
@@ -27,7 +27,7 @@ ALTER TABLE planets ADD FOREIGN KEY (gov) REFERENCES governments(gov) ON UPDATE
 DROP FUNCTION IF EXISTS find_planet_id(text,text,text,race);
 DROP FUNCTION covop_alert(integer, integer, integer, integer, govs, integer);
 \i functions/find_planet_id.sql
-\i functions/find_planet_id.sql
+\i functions/covop_alert.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;