0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/packages/db/test/unit
Ben Holmes ed1031ba29
db: Rework index config with generated index names (#10589)
* feat: add indexes array config with name gen

* fix: add _idx suffix, remove name from output

* feat(test): new index config

* chore: remove unused type

* chore: changeset

* chore: add sort() for consistent names

* feat(test): consistent column ordering

* feat(test): ensure no queries when migrating legacy to new
2024-03-28 14:09:09 -04:00
..
column-queries.test.js [ci] format 2024-03-27 19:52:24 +00:00
index-queries.test.js db: Rework index config with generated index names (#10589) 2024-03-28 14:09:09 -04:00
reference-queries.test.js chore(db): Rename all collection usage to tables (#10460) 2024-03-27 15:51:26 -04:00
reset-queries.test.js For --force-reset use conditional drop table query (#10587) 2024-03-27 16:30:59 -04:00