aboutsummaryrefslogtreecommitdiffstats
path: root/src/Lib.hs
diff options
context:
space:
mode:
authorTeddy Wing2017-08-02 22:36:10 +0200
committerTeddy Wing2017-08-02 22:36:10 +0200
commit15bc2c77036596575fc2ecad816befe48839fb0c (patch)
treee02666fc1c7ddc66b312b74213edd3d367385ce4 /src/Lib.hs
parentff00355ade021d3e06d55017c5337f488474e5cb (diff)
downloadsorbot-15bc2c77036596575fc2ecad816befe48839fb0c.tar.bz2
ChannelRepoUrl: Get rid of the `id` field
We're not using it, and originally I didn't even put it in my SELECT query (which actually messed me up for a couple hours, as two columns in the SELECT does not match three columns in the data type). Added it later as a fix for that problem. But since I don't really want or need to select the id, we shouldn't bother, and in order to do so, we need to update the Haskell data type to only include two fields, so sqlite-simple can correctly convert the data.
Diffstat (limited to 'src/Lib.hs')
0 files changed, 0 insertions, 0 deletions