mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Removed mr sql
This commit is contained in:
parent
3e46b001a1
commit
02b5400d2f
@ -1,9 +0,0 @@
|
|||||||
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;
|
|
Loading…
x
Reference in New Issue
Block a user