Skip to content
Snippets Groups Projects
Commit 990d255a authored by Armand Bahi's avatar Armand Bahi
Browse files

Update date

parent 08affc57
Branches
No related tags found
No related merge requests found
......@@ -1150,7 +1150,7 @@
<version>2019.01.00</version>
<code>
<![CDATA[
-- Armand 26/04/2018 14:27 Ajout des colonnes enable_selection et enable_location
-- Armand 02/01/2019 10:27 Ajout des colonnes enable_selection et enable_location
ALTER TABLE s_vmap.business_object ADD COLUMN enable_selection boolean;
ALTER TABLE s_vmap.business_object ADD COLUMN enable_location boolean;
UPDATE s_vmap.business_object SET enable_selection=true, enable_location=true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment