Skip to content

Commit 6f83b2e

Browse files
committed
Cleared the sql-fixup.sql file after it has been applied to the database during the latest release.
- Legacy-Id: 1439
1 parent 0cc8b88 commit 6f83b2e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

test/sql_fixup.sql

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
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-
4-
-- making author_order mandatory
5-
alter table id_authors change author_order author_order int( 11 ) not null;
6-
7-
-- changing aux. auth table - person_id can be null, and add
8-
-- the htdigest columns
9-
alter table ietfauth_usermap change person_id person_id int( 11 ) null;
10-
alter table ietfauth_usermap add `email_htdigest` varchar(32) NULL, add `rfced_htdigest` varchar(32) NULL;
11-

0 commit comments

Comments
 (0)