diff options
Diffstat (limited to 'upgrades/dbpatches/1.6/mysql/patch/profiles.sql')
-rw-r--r-- | upgrades/dbpatches/1.6/mysql/patch/profiles.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.6/mysql/patch/profiles.sql b/upgrades/dbpatches/1.6/mysql/patch/profiles.sql index 753ff69b..bbd620b6 100644 --- a/upgrades/dbpatches/1.6/mysql/patch/profiles.sql +++ b/upgrades/dbpatches/1.6/mysql/patch/profiles.sql @@ -3,5 +3,5 @@ delete from profiles; alter table profiles drop index profiles_1; alter table profiles add value2 varchar(255) DEFAULT '' NOT NULL; -alter table profiles add resource varchar(255) DEFAULT '' NOT NULL; +alter table profiles add source varchar(255) DEFAULT '' NOT NULL; CREATE INDEX profiles_1 on profiles (idx); |