mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 01:54:50 +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
|
-- with this software. If not, see
|
||||||
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
-- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
|
|
||||||
IrcChannel
|
|
||||||
network Text
|
|
||||||
name Text
|
|
||||||
|
|
||||||
Sharer
|
Sharer
|
||||||
ident Text --CI
|
ident Text --CI
|
||||||
name Text Maybe
|
name Text Maybe
|
||||||
|
@ -57,8 +53,6 @@ Repo
|
||||||
sharer SharerId
|
sharer SharerId
|
||||||
project ProjectId Maybe
|
project ProjectId Maybe
|
||||||
desc Text Maybe
|
desc Text Maybe
|
||||||
irc IrcChannelId Maybe
|
|
||||||
ml Text Maybe
|
|
||||||
mainBranch Text default='master'
|
mainBranch Text default='master'
|
||||||
|
|
||||||
UniqueRepo ident sharer
|
UniqueRepo ident sharer
|
||||||
|
|
|
@ -27,8 +27,6 @@ newRepoAForm sid = Repo
|
||||||
<*> pure sid
|
<*> pure sid
|
||||||
<*> pure Nothing
|
<*> pure Nothing
|
||||||
<*> aopt textField "Description" Nothing
|
<*> aopt textField "Description" Nothing
|
||||||
<*> pure Nothing
|
|
||||||
<*> pure Nothing
|
|
||||||
<*> pure "master"
|
<*> pure "master"
|
||||||
|
|
||||||
newRepoForm :: SharerId -> Form Repo
|
newRepoForm :: SharerId -> Form Repo
|
||||||
|
|
Loading…
Reference in a new issue