swarm-mail 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Beads Schema Migration (
|
|
2
|
+
* Beads Schema Migration (v7-v8)
|
|
3
3
|
*
|
|
4
4
|
* Adds beads-specific tables to the shared PGLite database.
|
|
5
5
|
* This migration extends the existing swarm-mail schema.
|
|
6
6
|
*
|
|
7
7
|
* ## Migration Strategy
|
|
8
|
-
* - Migration
|
|
8
|
+
* - Migration v7 adds beads tables to existing swarm-mail schema (v0-v6)
|
|
9
|
+
* - Migration v8 adds cells view for beads→hive rename compatibility
|
|
9
10
|
* - Shares same PGLite database instance and migration system
|
|
10
11
|
* - Uses same schema_version table for tracking
|
|
11
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../src/hive/migrations.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../src/hive/migrations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,SAoH5B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAiFhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,SAAS,EAAqB,CAAC;AAE7D;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,SAAS,EAAyC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -18324,7 +18324,7 @@ __export(exports_migrations2, {
|
|
|
18324
18324
|
var beadsMigration, cellsViewMigration, beadsMigrations, hiveMigrations;
|
|
18325
18325
|
var init_migrations2 = __esm(() => {
|
|
18326
18326
|
beadsMigration = {
|
|
18327
|
-
version:
|
|
18327
|
+
version: 7,
|
|
18328
18328
|
description: "Add beads tables for issue tracking",
|
|
18329
18329
|
up: `
|
|
18330
18330
|
-- ========================================================================
|
|
@@ -18441,7 +18441,7 @@ var init_migrations2 = __esm(() => {
|
|
|
18441
18441
|
`
|
|
18442
18442
|
};
|
|
18443
18443
|
cellsViewMigration = {
|
|
18444
|
-
version:
|
|
18444
|
+
version: 8,
|
|
18445
18445
|
description: "Add cells view for beads→hive rename compatibility",
|
|
18446
18446
|
up: `
|
|
18447
18447
|
-- ========================================================================
|