Commit f3bd2fc
committed
fix: add membership_type column to test fixture storage_module table
The test fixture setup.sql hardcodes the storage_module CREATE TABLE
instead of using the published @pgpm/metaschema-modules package.
Add the membership_type column and update table name defaults to match
the 0.21.1 schema (app_buckets, app_files, app_upload_requests).
Also add the unique scope index on (database_id, COALESCE(membership_type, -1)).1 parent e4fe73d commit f3bd2fc
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
0 commit comments