]> ruin.nu Git - ndwebbie.git/blob - database/r24.sql
planet_scans and structure_scans views created, small change in the planet_data stora...
[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);