Skip to content

Commit

Permalink
remove alias feature
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Sep 22, 2021
1 parent f7513cc commit ae411de
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 1,724 deletions.
1 change: 0 additions & 1 deletion deps/migrations/000001_create_tables.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ BEGIN;
DROP TABLE IF EXISTS secrets;
DROP TABLE IF EXISTS keys;
DROP TABLE IF EXISTS eth_accounts;
DROP TABLE IF EXISTS aliases;

COMMIT;
8 changes: 0 additions & 8 deletions deps/migrations/000001_create_tables.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,4 @@ CREATE TABLE IF NOT EXISTS eth_accounts (
UNIQUE(address, store_id)
);

CREATE TABLE IF NOT EXISTS aliases (
pk SERIAL PRIMARY KEY,
key TEXT NOT NULL,
registry_name TEXT NOT NULL,
value TEXT NOT NULL,
UNIQUE(key, registry_name)
);

COMMIT;
106 changes: 0 additions & 106 deletions pkg/client/aliases.go

This file was deleted.

22 changes: 0 additions & 22 deletions src/aliases/api/api.go

This file was deleted.

Loading

0 comments on commit ae411de

Please sign in to comment.