30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 15:00:48 +00:00
weblinks/src/com_weblinks/admin/sql/updates/mysql/3.4.0.sql
2015-05-18 01:49:59 +01:00

6 lines
267 B
SQL

# This is a rollup of all database schema changes applied from 3.0.0 to 3.3.x
ALTER TABLE `#__weblinks` ENGINE=InnoDB;
ALTER TABLE `#__weblinks` ADD COLUMN `version` int(10) unsigned NOT NULL DEFAULT '1';
ALTER TABLE `#__weblinks` ADD COLUMN `images` text NOT NULL;