mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
Fixed migrations and modified object data type of log_domains table
This commit is contained in:
parent
e8fa1711ed
commit
2714c262db
6 changed files with 43 additions and 13 deletions
|
@ -1670,13 +1670,14 @@ CREATE TABLE public.log_domains (
|
|||
item_id integer NOT NULL,
|
||||
event character varying NOT NULL,
|
||||
whodunnit character varying,
|
||||
object jsonb,
|
||||
object_json jsonb,
|
||||
object_changes_json json,
|
||||
created_at timestamp without time zone,
|
||||
session character varying,
|
||||
children jsonb,
|
||||
uuid character varying,
|
||||
object_changes jsonb
|
||||
object_changes jsonb,
|
||||
object jsonb
|
||||
);
|
||||
|
||||
|
||||
|
@ -5466,6 +5467,8 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20221206075912'),
|
||||
('20221206090120'),
|
||||
('20221206091556'),
|
||||
('20221207102831');
|
||||
('20221207102831'),
|
||||
('20221214073933'),
|
||||
('20221214074252');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue