diff --git a/projects/estore/inventory/migrations/20240319121112.sql b/projects/estore/inventory/migrations/20240319121112.sql index 8f8d940..a9678fb 100644 --- a/projects/estore/inventory/migrations/20240319121112.sql +++ b/projects/estore/inventory/migrations/20240319121112.sql @@ -1,2 +1,9 @@ +-- atlas:txtar + +-- checks/destructive.sql -- +-- atlas:assert DS103 +SELECT NOT EXISTS (SELECT 1 FROM `products` WHERE `price` IS NOT NULL) AS `is_empty`; + +-- migration.sql -- -- Modify "products" table ALTER TABLE `products` DROP COLUMN `price`;