mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 17:10:28 +01:00
7 lines
155 B
SQL
7 lines
155 B
SQL
DROP DATABASE IF EXISTS ##;
|
|
-- !
|
|
CREATE DATABASE IF NOT EXISTS ## CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
|
-- !
|
|
USE ##;
|
|
-- !
|
|
!! db_init_sqlite.sql |