Skip to content

Commit ab51206

Browse files
committed
chore: removed cleanup strategy from sample fixtures
1 parent da9b6fb commit ab51206

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
fixture: categories
22
description: Product categories with standard codes (idempotent reference data)
3-
cleanup: none
43
sql:
54
- file: sql/insert_categories.sql

examples/fixtures/regresql/fixtures/customers_base.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: customers_base
22
description: Base customer data for FK references
3-
cleanup: rollback
43
generate:
54
- table: customers
65
count: 20

examples/fixtures/regresql/fixtures/products.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: products
22
description: Product catalog with generated data
3-
cleanup: rollback
43
depends_on:
54
- categories
65
generate:

examples/fixtures/regresql/fixtures/products_advanced.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: products_advanced
22
description: Advanced product catalog using pattern and template generators
3-
cleanup: rollback
43
depends_on:
54
- categories
65
generate:

examples/fixtures/regresql/fixtures/users.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: users
22
description: Test user accounts for authentication tests
3-
cleanup: rollback
43
data:
54
- table: users
65
rows:

examples/fixtures/regresql/fixtures/users_advanced.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: users_advanced
22
description: Advanced user accounts with pattern and template generators
3-
cleanup: rollback
43
generate:
54
- table: users
65
count: 25

examples/fixtures/regresql/fixtures/users_identity.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fixture: users_identity
22
description: Users fixture compatible with GENERATED ALWAYS AS IDENTITY (no explicit IDs)
3-
cleanup: rollback
43

54
data:
65
- table: users
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
fixture: users_sql
22
description: Load users from SQL file (self-truncating)
3-
cleanup: rollback
43
sql:
54
- file: sql/insert_users.sql

0 commit comments

Comments
 (0)