mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
4ab08629f6
This commits adds support for postgres database. Currently two fields are stored: the bloom filter and the topic. Only the bloom filter is actually used to query, but potentially we will use also the topic in the future, so easier to separate it now in order to avoid a migration.
5 lines
178 B
Go
5 lines
178 B
Go
// Package static embeds static (JS, HTML) resources right into the binaries
|
|
package static
|
|
|
|
//go:generate go-bindata -pkg migrations -o ../../mailserver/migrations/bindata.go .
|