]> ruin.nu Git - ndwebbie.git/blob - database/r24.sql
Remove points when unclaiming launched target
[ndwebbie.git] / database / r24.sql
1 ALTER TABLE ship_stats RENAME COLUMN target TO t1;
2 ALTER TABLE ship_stats ADD t2 text;
3 ALTER TABLE ship_stats ADD t3 text;
4 /*scan_id has gotten bigger*/
5 ALTER TABLE scans ALTER COLUMN scan_id TYPE NUMERIC(10);