rename eventid to cloudid
This commit is contained in:
9
db/migrations/20240916041639_rename_eventid.sql
Normal file
9
db/migrations/20240916041639_rename_eventid.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE "Inventory" RENAME COLUMN EventId to CloudId;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE "Inventory" RENAME COLUMN CloudId to EventId;
|
||||
-- +goose StatementEnd
|
Reference in New Issue
Block a user