mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
64 B
SQL
4 lines
64 B
SQL
|
|
CREATE TABLE updatelog (
|
|
ul_key TEXT NOT NULL PRIMARY KEY
|
|
);
|