7 lines
390 B
SQL
7 lines
390 B
SQL
-- Discovery's schema starts here. The service owns its own database — the
|
|
-- `discovery` role and same-named database provisioned by newServiceDatabase
|
|
-- in infrastructure/main.go — and shares no tables with cms, so nothing is
|
|
-- created yet. The file exists because internal/db/migrate.go embeds
|
|
-- migrations/*.sql: with no migration at all the package would not compile.
|
|
SELECT 1;
|