Commit 92467ca
committed
feat: append-migration (living migration module) and diff-live-db examples
1 parent 4bd3a1c commit 92467ca
33 files changed
Lines changed: 757 additions & 3 deletions
File tree
- .github/workflows
- examples
- append-migration
- input
- output/shop-migrations
- deploy/schemas/shop
- procedures/order_total
- tables
- coupons
- customers/table
- orders
- indexes/idx_orders_placed_at
- policies/orders_insert_own
- table
- product_reviews
- indexes
- revert/schemas/shop
- procedures/order_total
- tables
- coupons
- customers/table
- orders
- indexes/idx_orders_placed_at
- policies/orders_insert_own
- table
- product_reviews
- indexes
- verify/schemas/shop
- procedures/order_total
- tables
- coupons
- customers/table
- orders
- indexes/idx_orders_placed_at
- policies/orders_insert_own
- table
- product_reviews
- indexes
- diff-live-db
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | | - | |
50 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments