Skip to content

Commit de12ac8

Browse files
committed
Remove already deployed SQL from sql_fixup.sql
- Legacy-Id: 2122
1 parent 549c427 commit de12ac8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/sql_fixup.sql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
-- This file holds needed corrections to the database until they have been applied to
22
-- the live database. This file is applied after importing a new dump of the live DB.
3-
DROP TABLE idtracker_areaurl;
4-
5-
ALTER TABLE rfc_editor_queue_mirror ADD COLUMN auth48_url VARCHAR(200);
6-
ALTER TABLE rfc_editor_queue_mirror ADD COLUMN rfc_number INTEGER;
7-
ALTER TABLE rfc_index_mirror ADD COLUMN stream VARCHAR(15);
8-
ALTER TABLE rfc_index_mirror ADD COLUMN wg VARCHAR(15);
9-
ALTER TABLE rfc_index_mirror ADD COLUMN file_formats VARCHAR(20);
103

0 commit comments

Comments
 (0)