summary refs log tree commit diff
path: root/src/database (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-06-301-1/+1
* Emoji application migration, set explicit foreign key constraint namesRory&2026-06-302-2/+27
* Update emoji/application entities to support application emojisRory&2026-06-302-5/+25
* fix: ignore null/undefined in where queriesCyberL12026-06-261-0/+4
* 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
* Fix import path for initial migrationRory&2026-06-121-1/+1
* Move more extensions to extensionsRory&2026-06-124-7/+10
* Move migrations to databaseRory&2026-06-1274-3/+2764
* Fix recursive import in databaseRory&2026-06-121-6/+4
* Move entities to databaseRory&2026-06-1252-1/+5931
* Move database to toplevelRory&2026-06-122-0/+159