summaryrefslogtreecommitdiff
path: root/.changeset/lazy-tools-reply.md
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2024-03-12 07:30:45 -0400
committerGravatar GitHub <noreply@github.com> 2024-03-12 07:30:45 -0400
commit41ca94e5136a80a58d000f3eb87029442599a4a3 (patch)
tree4110221b97157cc3a62826317e37a9c6baa3fcd3 /.changeset/lazy-tools-reply.md
parent629c9d7c4d96ae5711d95601e738b3d31d268116 (diff)
downloadastro-41ca94e5136a80a58d000f3eb87029442599a4a3.tar.gz
astro-41ca94e5136a80a58d000f3eb87029442599a4a3.tar.zst
astro-41ca94e5136a80a58d000f3eb87029442599a4a3.zip
chore: remove drop table check for added table (#10396)
* chore: remove drop table check for added table * chore: remove drop table from test * chore: changeset
Diffstat (limited to '.changeset/lazy-tools-reply.md')
-rw-r--r--.changeset/lazy-tools-reply.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/lazy-tools-reply.md b/.changeset/lazy-tools-reply.md
new file mode 100644
index 000000000..fbde70cd5
--- /dev/null
+++ b/.changeset/lazy-tools-reply.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/db": patch
+---
+
+Remove risk of data loss when pushing an out-of-date table schema.