Removed a duplicate international message.
This commit is contained in:
parent
55eda2af4e
commit
d9c0f17145
2 changed files with 2 additions and 3 deletions
|
|
@ -946,7 +946,6 @@ delete from international where namespace='LinkList' and internationalId=1;
|
|||
delete from international where namespace='LinkList' and internationalId=2;
|
||||
delete from international where namespace='LinkList' and internationalId=4;
|
||||
delete from international where namespace='LinkList' and internationalId=5;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (74,1,'LinkList','Add a new link.', 1038268049);
|
||||
alter table LinkList add column templateId int not null default 1;
|
||||
alter table LinkList drop column indent;
|
||||
alter table LinkList drop column lineSpacing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue