mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Allow only letters and underscores in Setting code
This commit is contained in:
parent
c977872c44
commit
abea8abe84
4 changed files with 101 additions and 2 deletions
|
@ -2307,7 +2307,7 @@ CREATE TABLE public.schema_migrations (
|
|||
CREATE TABLE public.setting_entries (
|
||||
id bigint NOT NULL,
|
||||
code character varying NOT NULL,
|
||||
value character varying DEFAULT ''::character varying,
|
||||
value character varying,
|
||||
"group" character varying NOT NULL,
|
||||
format character varying NOT NULL,
|
||||
creator_str character varying,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue