mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-16 15:40:57 +00:00
6 lines
136 B
SQL
Executable File
6 lines
136 B
SQL
Executable File
CREATE DATABASE kira;
|
|
CREATE DATABASE luckperms;
|
|
|
|
CREATE DATABASE civspy;
|
|
\c civspy;
|
|
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; |