Skip to content

Commit b4ca9ca

Browse files
author
Michael Lee
committed
chnage the sql_fixup.sql - s/MailingList/mailing_list to use real table name
- Legacy-Id: 951
1 parent df801b6 commit b4ca9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sql_fixup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-
ALTER TABLE `MailingList` ADD `require_tmda` INT( 10 ) NOT NULL AFTER `domain_name` ;
4+
ALTER TABLE `mailing_list` ADD `require_tmda` INT( 10 ) NOT NULL AFTER `domain_name` ;
55

0 commit comments

Comments
 (0)