Split up campaigns.Store into multiple files
Created by: mrnugget
While adding ChangesetSpecs
and CampaignSpecs
I noticed how much
easier it is to work with the store and its tests when you have
different files for different tables.
So, this PR does nothing besides splitting up the code that was in
store.go
into store.go
, store_campaigns.go
,
store_changeset_events.go
and store_changesets.go
.