.sql

From wikieduonline
Revision as of 14:49, 20 September 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


-- Create extensions
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

--
-- Create Users
--

-- Passwords should be random generated with 40 alphanumeric chars for each environment and stored in the correct vaults.
CREATE USER xxxx WITH PASSWORD 'xxxxxx';


--
-- Create Database and Schema
--

\c XXXXX
CREATE SCHEMA yyyyy;

See also[edit]

Advertising: