mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
Moved the inline goose CLI script to its own go script. For the seed DDLs, we don’t create the version tables, and they should all be idempotent.
3 lines
81 B
SQL
3 lines
81 B
SQL
-- +goose Up
|
|
-- +goose NO TRANSACTION
|
|
CREATE DATABASE IF NOT EXISTS ${DATABASE};
|