Renamed 'ip' column to 'subscribed_ip'

- updated code based on PR review
This commit is contained in:
Jonathan Labreuille
2016-11-09 11:43:08 +01:00
parent 1a6b032943
commit c22d3c8957
4 changed files with 22 additions and 18 deletions

View File

@ -134,7 +134,7 @@ class Migrator {
'last_name tinytext NOT NULL DEFAULT "",',
'email varchar(150) NOT NULL,',
'status varchar(12) NOT NULL DEFAULT "' . Subscriber::STATUS_UNCONFIRMED . '",',
'ip varchar(32) NULL,',
'subscribed_ip varchar(32) NULL,',
'confirmed_ip varchar(32) NULL,',
'confirmed_at TIMESTAMP NULL,',
'created_at TIMESTAMP NULL,',