1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/conf/migrate_9.0.3.sql

6 lines
265 B
MySQL
Raw Normal View History

2024-02-19 18:36:47 +01:00
ALTER TABLE `compte`
ADD `timeline_asc` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `nb_co_echoue`,
ADD `recherche` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `donateur`;
ALTER TABLE `observation`
ADD `compteur` tinyint(1) unsigned NULL AFTER `jour_sommet`;