mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Update error messages for invalid attributes #2746
This commit is contained in:
parent
e1c5fca90d
commit
e9bffe930e
5 changed files with 27 additions and 9 deletions
|
@ -16,6 +16,7 @@ Application build and update
|
|||
For production you probably would like to create databases to your locale, example:
|
||||
|
||||
create database registry_production owner registry encoding 'UTF-8' LC_COLLATE 'et_EE.utf8' LC_CTYPE 'et_EE.utf8' template template0;
|
||||
create extension hstore;
|
||||
|
||||
Deploy overview: (database schema should be loaded and seeds should be present)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue