Skip to content
Snippets Groups Projects
Commit 0771e9ac authored by llaffont's avatar llaffont
Browse files

Correction patch sur les batchs

parent 884ce2b8
Branches
Tags
No related merge requests found
ALTER TABLE batchs
DROP name,
DROP command,
ADD type varchar(255) NOT NULL;
ALTER TABLE batchs DROP column `name`;
ALTER TABLE batchs DROP column `command`;
ALTER TABLE batchs ADD `type` varchar(255) NOT NULL;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment