mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
3 lines
80 B
SQL
3 lines
80 B
SQL
CREATE USER lutim WITH PASSWORD 'lutim';
|
|
CREATE DATABASE lutimtest OWNER lutim;
|