summary refs log tree commit diff
path: root/src/database (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix discovery HEAD github/master masterRory&42 hours1-9/+11
|
* Fix some imports in entitiesRory&9 days2-2/+3
|
* Fix some imports in entitiesRory&9 days2-8/+9
|
* Clean up some schemasRory&10 days3-5/+6
|
* ToGuildSource -> ToDiscoverableGuildRory&10 days1-15/+27
|
* Fix category migrationRory&10 days1-1/+5
|
* Fix categories typeRory&10 days3-7/+37
|
* Some API docs...Rory&2026-08-021-1/+1
|
* Postgres connection timeoutRory&2026-07-161-2/+13
|
* Remove APIWebhookArrayRory&2026-07-152-1/+17
|
* Drop a bunch of random overridesRory&2026-07-151-1/+1
|
* Fix schema for patch webhook messageRory&2026-07-151-0/+17
|
* docs(database) Fix inaccurate description of lock in commentald_productions2026-07-091-1/+1
|
* fix(migration): Ensure that only ONE server can attempt to apply migrations ↵ald_productions2026-07-081-4/+10
| | | | | | at a time Resolves a race condition in which non-bundled environments can attempt to run migrations simultaniously. When this occurs, the migrations can break.
* Fix migration for app commands versionRory&2026-07-033-3/+14
|
* Let typeorm have its fun the rest of the wayRory&2026-07-032-2/+147
|
* Fix constraint namesRory&2026-07-0337-111/+391
|
* Fix column names for join tablesRory&2026-07-032-4/+85
|
* Fix some missed column typesRory&2026-07-033-5/+25
|
* Fix instance ban index namesRory&2026-07-032-4/+21
|
* 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 ↵Rory&2026-07-011-0/+4
| | | | application itself, or its owner
* Fix import in application entityRory&2026-07-011-1/+1
|
* Emoji application migration, set explicit foreign key constraint namesRory&2026-07-012-2/+27
|
* Update emoji/application entities to support application emojisRory&2026-07-012-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 ↵Rory&2026-06-133-3/+3
| | | | all the queries properly
* 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