Cleared the sql-fixup.sql file after it has been applied to the database during the latest release.

- Legacy-Id: 1439
This commit is contained in:
Henrik Levkowetz 2009-03-25 23:51:02 +00:00
parent 0cc8b8881a
commit 6f83b2eda7

View file

@ -1,11 +1,2 @@
-- This file holds needed corrections to the database until they have been applied to
-- the live database. This file is applied after importing a new dump of the live DB.
-- making author_order mandatory
alter table id_authors change author_order author_order int( 11 ) not null;
-- changing aux. auth table - person_id can be null, and add
-- the htdigest columns
alter table ietfauth_usermap change person_id person_id int( 11 ) null;
alter table ietfauth_usermap add `email_htdigest` varchar(32) NULL, add `rfced_htdigest` varchar(32) NULL;