mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-05-01 02:52:45 +02:00
5 lines
127 B
SQL
5 lines
127 B
SQL
CREATE USER lutim WITH PASSWORD 'lutim';
|
|
CREATE DATABASE lutimtest OWNER lutim;
|
|
CREATE DATABASE lutim_miniontest OWNER lutim;
|
|
|