mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
test deleteMissing with schema changes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
let collections = [];
|
||||
let isLoadingCollections = false;
|
||||
|
||||
$: schema = JSON.stringify(collections, null, 2);
|
||||
$: schema = JSON.stringify(collections, null, 4);
|
||||
|
||||
loadCollections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user