diff options
author | 2024-03-12 07:30:45 -0400 | |
---|---|---|
committer | 2024-03-12 07:30:45 -0400 | |
commit | 41ca94e5136a80a58d000f3eb87029442599a4a3 (patch) | |
tree | 4110221b97157cc3a62826317e37a9c6baa3fcd3 /.changeset/lazy-tools-reply.md | |
parent | 629c9d7c4d96ae5711d95601e738b3d31d268116 (diff) | |
download | astro-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.md | 5 |
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. |