mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-xxx] adding rendering of current Debra donation information
updating for Debra 2023 campaign adding internal rest api for debra information adding a debra button to receive information
This commit is contained in:
17
python/tools/migrations/quotes-migration/dto.py
Normal file
17
python/tools/migrations/quotes-migration/dto.py
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
class LegacyQuoteAttachment:
|
||||
message_id = 0
|
||||
file_name = ''
|
||||
url = ''
|
||||
is_image: bool = False
|
||||
|
||||
|
||||
class LegacyQuote:
|
||||
id = 0
|
||||
channel_id = 0
|
||||
author_id = 0
|
||||
adder_id = 0
|
||||
creation_time_stamp = None
|
||||
content = ''
|
||||
message_id = 0
|
||||
attachments = None
|
||||
Reference in New Issue
Block a user