mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01: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;
|
|
|