mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 19:34:52 +09:00
Remove IRC channel and ML data from DB
This commit is contained in:
parent
36b5ae983e
commit
dbf0c5a2cb
2 changed files with 0 additions and 8 deletions
|
@ -12,10 +12,6 @@
|
|||
-- with this software. If not, see
|
||||
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
IrcChannel
|
||||
network Text
|
||||
name Text
|
||||
|
||||
Sharer
|
||||
ident Text --CI
|
||||
name Text Maybe
|
||||
|
@ -57,8 +53,6 @@ Repo
|
|||
sharer SharerId
|
||||
project ProjectId Maybe
|
||||
desc Text Maybe
|
||||
irc IrcChannelId Maybe
|
||||
ml Text Maybe
|
||||
mainBranch Text default='master'
|
||||
|
||||
UniqueRepo ident sharer
|
||||
|
|
|
@ -27,8 +27,6 @@ newRepoAForm sid = Repo
|
|||
<*> pure sid
|
||||
<*> pure Nothing
|
||||
<*> aopt textField "Description" Nothing
|
||||
<*> pure Nothing
|
||||
<*> pure Nothing
|
||||
<*> pure "master"
|
||||
|
||||
newRepoForm :: SharerId -> Form Repo
|
||||
|
|
Loading…
Reference in a new issue