Database auth is fully fixed and functional except for outbound firebase.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
- args:
|
||||
sql: DROP TABLE "public"."masterdata"
|
||||
type: run_sql
|
||||
@@ -0,0 +1,8 @@
|
||||
- args:
|
||||
sql: CREATE TABLE "public"."masterdata"("key" text NOT NULL, "value" text NOT
|
||||
NULL, PRIMARY KEY ("key") );
|
||||
type: run_sql
|
||||
- args:
|
||||
name: masterdata
|
||||
schema: public
|
||||
type: add_existing_table_or_view
|
||||
Reference in New Issue
Block a user