mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-09 23:02:47 +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 |