Skip to content

Commit

Permalink
Fix docdb_family_id typo
Browse files Browse the repository at this point in the history
Contributed by complexly
  • Loading branch information
Ianvdl authored Oct 10, 2023
2 parents fcd9899 + aab8bd9 commit 29012a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_patstat_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CREATE TABLE tls201_appln (
earliest_publn_year smallint DEFAULT 9999 NOT NULL,
earliest_pat_publn_id integer DEFAULT 0 NOT NULL,
granted char(1) DEFAULT 'N' NOT NULL,
doc_db_family_id integer DEFAULT 0 NOT NULL,
docdb_family_id integer DEFAULT 0 NOT NULL,
inpadoc_family_id integer DEFAULT 0 NOT NULL,
docdb_family_size smallint DEFAULT 0 NOT NULL,
nb_citing_docdb_fam smallint DEFAULT 0 NOT NULL,
Expand Down

0 comments on commit 29012a3

Please sign in to comment.