You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest we update SQL/main.sql, so that it could be processed in any schema we specify.
For now, every CREATE TABLE statement contains prefix public., which specifies to create tables in the corresponding schema - we may want to update that to create those table into any specified schema
The text was updated successfully, but these errors were encountered:
I suggest we update
SQL/main.sql
, so that it could be processed in any schema we specify.For now, every
CREATE TABLE
statement contains prefixpublic.
, which specifies to create tables in the corresponding schema - we may want to update that to create those table into any specified schemaThe text was updated successfully, but these errors were encountered: