.sql
Revision as of 08:07, 18 July 2024 by Welcome (talk | contribs) (Created page with " -- Create extensions CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; -- -- Create Users -- -- Passwords should be random generated with 40 alphanumeric chars fo...")
-- 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;
Advertising: