mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'develop' of https://brutus.artica.lan:8081/artica/pandorafms into develop
This commit is contained in:
commit
3e46b001a1
@ -1,12 +1,9 @@
|
||||
BEGIN
|
||||
|
||||
BEGIN transaction;
|
||||
CREATE TABLE IF NOT EXISTS `ttable_test_nueva` (
|
||||
`id` int(10) unsigned NOT NULL auto_increment,
|
||||
`field1` varchar(60) NOT NULL default '',
|
||||
`field2` int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE `tusuario` ADD COLUMN `test_nuevo` tinyint(1) NOT NULL DEFAULT 0;
|
||||
|
||||
COMMIT
|
||||
COMMIT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user