Skip to content

Commit fb2e3a4

Browse files
committed
Fix sql
1 parent e30ed6b commit fb2e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcrdb/resources/schemas/dbscripts/postgresql/tcrdb-15.57-15.58.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE TABLE tcrdb.repertoire_stats (
2-
rowid int SERIAL,
2+
rowid SERIAL,
33
cdna_id int,
44
metricName varchar(1000),
55
value double precision,

0 commit comments

Comments
 (0)