Skip to content
Snippets Groups Projects
Commit 9c46463c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Migration before 2.2 are not supported

parent af9a65f7
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ ALTER TABLE llx_element_element ADD INDEX idx_element_element_targetid (targetid
ALTER TABLE llx_actioncomm add column fk_user_mod integer after fk_user_author;
ALTER TABLE llx_actioncomm add column fk_user_done integer after fk_user_action;
drop table if exists llx_events;
--drop table if exists llx_events;
create table llx_events
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment