mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
6 lines
No EOL
265 B
SQL
6 lines
No EOL
265 B
SQL
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`; |