Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Nov 25, 2024
1 parent 631969a commit 50488d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/hasura/migrations/Aerie/11_external_events/up.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
create table merlin.external_source_type (
name text not null,
attribute_schema jsonb,
attribute_schema jsonb not null,

constraint external_source_type_pkey
primary key (name)
Expand All @@ -19,7 +19,7 @@ comment on column merlin.external_source_type.attribute_schema is e''

create table merlin.external_event_type (
name text not null,
attribute_schema jsonb,
attribute_schema jsonb not null,

constraint external_event_type_pkey
primary key (name)
Expand Down

0 comments on commit 50488d1

Please sign in to comment.