1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
Files
2025-01-02 00:55:37 +06:00

5 lines
118 B
SQL

-- Connect to the database
\c support_db;
-- Create extensions if needed
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";