init push
This commit is contained in:
7
migrations/20260422_helicopters_aog_reason.sql
Normal file
7
migrations/20260422_helicopters_aog_reason.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE helicopters
|
||||
ADD COLUMN aog_reason TEXT NULL AFTER air_on_ground;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE helicopters
|
||||
DROP COLUMN aog_reason;
|
||||
Reference in New Issue
Block a user