@@ -78,5 +78,11 @@ var PostgresMigrations migrate.MigrationSource = &migrate.MemoryMigrationSource{
...
@@ -78,5 +78,11 @@ var PostgresMigrations migrate.MigrationSource = &migrate.MemoryMigrationSource{
"-- +migrate Up\nCREATE TABLE IF NOT EXISTS \"trusted_peers\" (\n\"client_id\" text not null,\n\"trusted_client_id\" text not null,\n primary key (\"client_id\", \"trusted_client_id\")) ;\n",
"-- +migrate Up\nCREATE TABLE IF NOT EXISTS \"trusted_peers\" (\n\"client_id\" text not null,\n\"trusted_client_id\" text not null,\n primary key (\"client_id\", \"trusted_client_id\")) ;\n",