Skip to content

Commit

Permalink
is_active
Browse files Browse the repository at this point in the history
  • Loading branch information
rymarczy committed Nov 4, 2024
1 parent 892de38 commit cdd4b64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defmodule ExCubicIngestion.Repo.Migrations.AddEvenMoreOdsTables do
ods_table_rec = Repo.insert!(%CubicTable{
name: ods_table[:name],
s3_prefix: ods_table[:s3_prefix],
is_active: true,
is_raw: true
})
Repo.insert!(%CubicOdsTableSnapshot{
Expand Down

0 comments on commit cdd4b64

Please sign in to comment.