Skip to content

Commit bca8b37

Browse files
Merge pull request #93 from PanDAWMS/typofix
Fix typo
2 parents a2f8a17 + ea09067 commit bca8b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/postgres/sqls/pg_PANDA_TABLE.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ COMMENT ON COLUMN site.tier_level IS E'Tier level (0/1/2/3) of the site';
26212621
ALTER TABLE site OWNER TO panda;
26222622
ALTER TABLE site ADD PRIMARY KEY (site_name);
26232623

2624-
7
2624+
26252625
CREATE TABLE site_stats (
26262626
site_name varchar(52) NOT NULL,
26272627
key varchar(52) NOT NULL,

0 commit comments

Comments
 (0)