From ba9677bb29a3a7db7618133be5e4e1a9248e5059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sat, 7 Sep 2019 13:03:58 +0000 Subject: schema: change asn to bigint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 593f4c2..f658f38 100644 --- a/schema.sql +++ b/schema.sql @@ -13,7 +13,7 @@ create table peeringdb.org ( create table peeringdb.net ( id int not null, org_id int not null, - asn int not null, + asn bigint not null, status text not null, data jsonb not null, created timestamptz not null, -- cgit v1.2.1