summary refs log tree commit diff
path: root/src/database/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix migration for app commands versionRory&2026-07-031-1/+1
* Fix constraint namesRory&2026-07-0336-111/+116
* Fix column names for join tablesRory&2026-07-031-4/+52
* Fix some missed column typesRory&2026-07-032-5/+5
* Fix instance ban index namesRory&2026-07-031-4/+4
* Set index names and fix type for instance bansRory&2026-07-031-4/+4
* Enforce that a given applications emoji set can only be modified by the appli...Rory&2026-07-011-0/+4
* Fix import in application entityRory&2026-07-011-1/+1
* Emoji application migration, set explicit foreign key constraint namesRory&2026-07-011-2/+2
* Update emoji/application entities to support application emojisRory&2026-07-012-5/+25
* Clean up some imports to make API work againRory&2026-06-172-3/+3
* Signify some imports more explicitlyRory&2026-06-169-12/+12
* Move random string to Random class in extensionsRory&2026-06-161-4/+3
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating al...Rory&2026-06-133-3/+3
* Move more extensions to extensionsRory&2026-06-124-7/+10
* Move entities to databaseRory&2026-06-1250-0/+5927