-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Hi,
This may be a documentation question or a needed new feature?
I have the following code that currently i need to run against a new Postgres DB
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE ROLE web_anon NOLOGIN;
CREATE ROLE admin NOLOGIN;I do this to enable the UUID extension in Postgres and also to setup some roles so that later grant statements work correctly.
Is there a correct place to put these seed statements that really should run first before any schema creation is done? (especially as they apply to the DB and not a specific table)
Thanks
Mark
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels