mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Changed log_domains object_changes default value
This commit is contained in:
parent
1b1f7eadf5
commit
e70be801c2
2 changed files with 8 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeLogDomainsObjectChangesDefaultValue < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column_default :log_domains, :object_changes, nil
|
||||
end
|
||||
end
|
|
@ -1676,7 +1676,7 @@ CREATE TABLE public.log_domains (
|
|||
session character varying,
|
||||
children jsonb,
|
||||
uuid character varying,
|
||||
object_changes jsonb DEFAULT '"{}"'::jsonb
|
||||
object_changes jsonb
|
||||
);
|
||||
|
||||
|
||||
|
@ -5465,6 +5465,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20221011061840'),
|
||||
('20221206075912'),
|
||||
('20221206090120'),
|
||||
('20221206091556');
|
||||
('20221206091556'),
|
||||
('20221207102831');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue