v0.0.2-alpha.11
Pre-releaseReleased all 12 packages at 0.0.2-alpha.11 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).
What's changed
@nextlyhq/adapter-drizzle
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.
@nextlyhq/adapter-mysql
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.11
@nextlyhq/adapter-postgres
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.11
@nextlyhq/adapter-sqlite
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.11
@nextlyhq/admin
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/ui@0.0.2-alpha.11
create-nextly-app
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.
nextly
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/adapter-drizzle@0.0.2-alpha.11
- @nextlyhq/adapter-mysql@0.0.2-alpha.11
- @nextlyhq/adapter-postgres@0.0.2-alpha.11
- @nextlyhq/adapter-sqlite@0.0.2-alpha.11
@nextlyhq/plugin-form-builder
Patch Changes
-
#41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect. -
Updated dependencies [
50151bc]:- @nextlyhq/admin@0.0.2-alpha.11
- nextly@0.0.2-alpha.11
- @nextlyhq/ui@0.0.2-alpha.11
@nextlyhq/storage-s3
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.
@nextlyhq/storage-uploadthing
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.
@nextlyhq/storage-vercel-blob
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.
@nextlyhq/ui
Patch Changes
- #41
50151bcThanks @aqib-rx! - Fix drizzle-kit rename TUI ("Isdc_poststable created or renamed from another table?") firing on SQLite and MySQL after the schema-apply scope-reduction landed. The scope-reduction filter iterated by managed-table names and stripped the static system tables thatbuildDrizzleSchemainjects so drizzle-kit's diff recognises them. On SQLite/MySQL drizzle-kit ignorestablesFilter, so the missing system tables looked like drops, paired with the managed adds, and produced the rename TUI on every fresh-install boot — crashing Next.js's non-TTY server thread. The scope-reduction filter now preserves non-managed entries via!isManagedTable(name), restoring the injection's intended effect on every dialect.