1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-26 13:34:52 +09:00
vervis/migrations/2019_03_18_message.model

20 lines
444 B
Text

-- This file is used for generating a Persistent entity for the 2019 Message,
-- which we use it for the SQL query that moves the author field to a separate
-- table.
Person
Discussion
Message
author PersonId
created UTCTime
content Text -- Assume this is Pandoc Markdown
parent MessageId Maybe
root DiscussionId
LocalMessage
author PersonId
rest MessageId
UniqueLocalMessage rest