Skip to content

Commit 3612518

Browse files
committed
style: trailing blank line in 000098 migration (match recent convention)
1 parent b37168c commit 3612518

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/opik-backend/src/main/resources/liquibase/db-app-analytics/migrations/000101_add_query_source_to_cipx_spend.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ ALTER TABLE ${ANALYTICS_DB_DATABASE_NAME}.cipx_spends ON CLUSTER '{cluster}'
1010
ADD COLUMN IF NOT EXISTS query_source LowCardinality(String) DEFAULT '';
1111

1212
--rollback ALTER TABLE ${ANALYTICS_DB_DATABASE_NAME}.cipx_spends ON CLUSTER '{cluster}' DROP COLUMN IF EXISTS query_source;
13+

0 commit comments

Comments
 (0)