tachybase_todo/packages/core/database/src
ChengLei Shao c9572fc9f6
fix: collection importer has incorrect reference ()
* fix: collection importer has incorrect reference

* test: reimport test
2023-02-24 17:50:08 +08:00
..
__tests__ fix: collection importer has incorrect reference () 2023-02-24 17:50:08 +08:00
database-utils fix: add schema () 2023-02-18 09:27:54 +08:00
decorators feat: update many () 2022-11-24 00:24:27 +08:00
errors feat: limit database identifier () 2022-10-14 15:02:41 +08:00
features fix: reference check after remove collection () 2022-11-22 16:19:48 +08:00
field-repository fix(database): filter match () 2023-01-03 13:38:20 +08:00
fields feat(db): field value parser 2023-02-16 23:56:00 +08:00
operators chore: upgrade sequelize version to to latest () 2022-12-24 16:30:01 +08:00
relation-repository feat: provide the underscored option for the database () 2023-02-13 21:38:47 +08:00
value-parsers feat: support for importing attachments () 2023-02-19 17:35:23 +08:00
collection-importer.ts fix: collection importer has incorrect reference () 2023-02-24 17:50:08 +08:00
collection.ts Fix/multiple schema query () 2023-02-23 14:13:32 +08:00
database.ts feat: prepare database method () 2023-02-23 20:14:50 +08:00
filter-match.ts fix(database): filter match () 2023-01-03 13:38:20 +08:00
filter-parser.ts chore: upgrade sequelize version to to latest () 2022-12-24 16:30:01 +08:00
index.ts feat(db): field value parser 2023-02-16 23:56:00 +08:00
inherited-collection.ts fix: inherit startup sort () 2023-01-29 15:46:53 +08:00
inherited-map.ts fix: remove node after collection removed () 2022-11-16 20:10:26 +08:00
magic-attribute-model.ts feat(plugin-cm): add unique option for base fields () 2022-08-20 23:23:13 +08:00
migration.ts feat: improve migrations () 2022-06-17 10:25:59 +08:00
mock-database.ts Fix/pg schema with inherit () 2023-02-16 10:53:04 +08:00
model-hook.ts chore: upgrade sequelize version to to latest () 2022-12-24 16:30:01 +08:00
model.ts feat: provide the underscored option for the database () 2023-02-13 21:38:47 +08:00
options-parser.ts feat: provide the underscored option for the database () 2023-02-13 21:38:47 +08:00
playground.ts Feat/create nocobase app () 2022-04-17 10:00:42 +08:00
repository.ts feat: provide the underscored option for the database () 2023-02-13 21:38:47 +08:00
sync-runner.ts Fix/pg schema with inherit () 2023-02-16 10:53:04 +08:00
types.ts Fix(plugin-sequence): support sequence field in m2m through table () 2023-01-18 22:54:08 +08:00
update-associations.ts fix: through collection individual hooks () 2023-01-17 12:32:28 +08:00
update-guard.ts feat: provide the underscored option for the database () 2023-02-13 21:38:47 +08:00
utils.ts Fix/multiple schema query () 2023-02-23 14:13:32 +08:00