1
0
Fork 0
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:
fr33domlover 2016-04-30 20:15:48 +00:00
parent 36b5ae983e
commit dbf0c5a2cb
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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