We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c427 commit de12ac8Copy full SHA for de12ac8
1 file changed
test/sql_fixup.sql
@@ -1,10 +1,3 @@
1
-- This file holds needed corrections to the database until they have been applied to
2
-- 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);
10
0 commit comments