mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-17 08:00:56 +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; |