Skip to content

Commit a43c42d

Browse files
committed
Alter ietfauth_usermap for the sprint changes that were
integrated. - Legacy-Id: 1159
1 parent 07aad2a commit a43c42d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/sql_fixup.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.
33

4+
-- making author_order mandatory
5+
alter table id_authors change author_order author_order int( 11 ) not null;
46

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;
511

0 commit comments

Comments
 (0)