Skip to content

Commit

Permalink
add metabase_id to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 20, 2024
1 parent 14dfb4a commit 5f4aaa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/seed-database/write/teams.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ CREATE TEMPORARY TABLE sync_teams (
slug text,
created_at timestamptz,
updated_at timestamptz,
domain text
domain text,
metabase_id integer
);

\copy sync_teams FROM '/tmp/teams.csv' WITH (FORMAT csv, DELIMITER ';');
Expand Down

0 comments on commit 5f4aaa8

Please sign in to comment.