Don't break things pls

This commit is contained in:
Ben Goldsworthy 2016-12-27 00:03:32 +00:00
parent 8ddd6a2d49
commit f71a545201
1 changed files with 1 additions and 1 deletions

View File

@ -78,4 +78,4 @@ Export the resulting table ([instructions](http://serverfault.com/a/435443)) to
It creates from this two files (`execs.sql` and `analysts.sql`). Import them
into your DBMS to create two linking tables. The final instruction of
`analysts.sql` then deletes the superfluous `execs` and `analysts` columns from
the `transcripts` table.
the `transcripts` table (and for this reason, `execs.sql` must be imported first).