From f71a54520135b4055ac52686fd646fbdb5af3594 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Tue, 27 Dec 2016 00:03:32 +0000 Subject: [PATCH] Don't break things pls --- scraping-alpha/Scraping_Alpha/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraping-alpha/Scraping_Alpha/README b/scraping-alpha/Scraping_Alpha/README index effe841..31204e5 100644 --- a/scraping-alpha/Scraping_Alpha/README +++ b/scraping-alpha/Scraping_Alpha/README @@ -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).