Project

General

Profile

« Previous | Next » 

Revision 5060

inputs/.TNRS/tnrs/postprocess.sql: Use :table var instead of hardcoding the table name

View differences:

postprocess.sql
1
ALTER TABLE tnrs ALTER COLUMN "Name_submitted" SET NOT NULL;
2
ALTER TABLE tnrs ADD PRIMARY KEY("Name_submitted");
1
ALTER TABLE :table ALTER COLUMN "Name_submitted" SET NOT NULL;
2
ALTER TABLE :table ADD PRIMARY KEY("Name_submitted");

Also available in: Unified diff