Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 227 Bytes

Render-Migration-Notes.md

File metadata and controls

10 lines (6 loc) · 227 Bytes

In each new version that's created I need to post

SCHEMA = os.environ.get("SCHEMA")

and

if environment == "production": op.execute(f"ALTER TABLE insert table name here SET SCHEMA {SCHEMA};")

for every table