mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-06-11 20:00:31 +00:00
voting added
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
models:
|
||||
ProjectProposal:
|
||||
user_id: foreign
|
||||
name: string unique
|
||||
support_in_sats: integer unsigned
|
||||
description: text
|
||||
Vote:
|
||||
user_id: foreign
|
||||
project_proposal_id: foreign
|
||||
value: integer unsigned
|
||||
reason: text nullable
|
||||
|
||||
Reference in New Issue
Block a user