summary refs log tree commit diff
path: root/util/src/entities/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Type change"RealMANI2022-03-081-1/+1
| | | | This reverts commit ec8d8e43c5de13c560c1c4038a24e2726601fe47.
* Type changeRealMANI2022-03-071-1/+1
| | | | | Changed type for column "content" to "longtext" (you might want to get a back up from your database before updating)
* Fixed potential guild message SQL constraintsunknownPerson1152021-12-231-2/+4
| | | | | | i have tied member dependencies to the author id rather than the member id to avoid a dependency cycle and you can now kick/ban someone from a guild/server and the messages will remain in the guild (just like discord) as stated in issue #441 I have also tested this code seems clean so far (new pull request opened because of branch commit issues)
* :bug: revert file config overwriteFlam3rboy2021-10-201-1/+7
|
* :bug: fix message sticker sendingFlam3rboy2021-10-151-1/+1
|
* Put local types backThe Arcane Brony2021-10-101-2/+2
|
* Change enums to numbersThe Arcane Brony2021-10-101-2/+2
|
* :art: clean up imports + classesFlam3rboy2021-10-101-3/+0
|
* :bug: fix message reactionsFlam3rboy2021-10-031-4/+2
|
* :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-4/+9
|
* :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-191-3/+8
|
* Fix attachments not being saved to dbAlTech982021-09-131-1/+1
|
* :bug: fix message sendingFlam3rboy2021-09-031-1/+1
|
* :art: update entitiesFlam3rboy2021-09-031-1/+0
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-1/+1
|
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-46/+32
|
* fix utilFlam3rboy2021-08-291-2/+2
|
* :sparkles: update utilFlam3rboy2021-08-291-18/+27
|
* :sparkles: use RelationIdFlam3rboy2021-08-261-10/+19
|
* :sparkles: typeorm entitiesFlam3rboy2021-08-241-0/+260