-
An attempt to create a new table using the wizard in my cloned test installation (launched using uwsgi and nginx) results in the following error:
The schema model_draft does exist. I am not sure why it is prefixing model_draft with an underscore. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
i think the schema names starting with |
Beta Was this translation helpful? Give feedback.
-
I followed the installation instructions exactly. Either they weren't created automatically or there was an error in the attempt.
Do I make _-prefixed versions of all the schemas?
This should be added to the configuration instructions. Do you accept pull requests for the documentation?
Am 8. Februar 2022 07:44:29 MEZ schrieb wingechr ***@***.***>:
…i think the schema names starting with `_` are for data versioning. if it was not created automatically, you will have to create it manually in the postgres database.
--
Reply to this email directly or view it on GitHub:
#889 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
no, i think only model_draft. I think the current system with separate schemas is scheduled for an overhaul in the future, so I would not put too much work into fixing the docs. But thanks for the info. |
Beta Was this translation helpful? Give feedback.
-
you only have to create the schema, nothing else |
Beta Was this translation helpful? Give feedback.
i think the schema names starting with
_
are for data versioning. if it was not created automatically, you will have to create it manually in the postgres database.