X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Fnewdirectory-0.0.1%2F13_mentoring.sql;h=9191616648aa9b9b4e69b281d6a89851a295fdaf;hb=9d5e108738768e57f6d445fbdf433b94afc419f2;hp=90987c1a325f64d748dda18fae036f9cf1657730;hpb=3f5cf357e7ab02c9cbf616bc8cc3a70278af62cc;p=platal.git diff --git a/upgrade/newdirectory-0.0.1/13_mentoring.sql b/upgrade/newdirectory-0.0.1/13_mentoring.sql index 90987c1..9191616 100644 --- a/upgrade/newdirectory-0.0.1/13_mentoring.sql +++ b/upgrade/newdirectory-0.0.1/13_mentoring.sql @@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS profile_mentor ( INSERT INTO profile_mentor (uid, expertise) SELECT uid, expertise - FROM mentor; + FROM #x4dat#.mentor; CREATE TABLE IF NOT EXISTS profile_mentor_country ( uid INT(11) NOT NULL DEFAULT 0, @@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS profile_mentor_country ( INSERT INTO profile_mentor_country (uid, country) SELECT uid, pid - FROM mentor_pays; + FROM #x4dat#.mentor_pays; CREATE TABLE IF NOT EXISTS profile_mentor_sector ( uid INT(11) NOT NULL DEFAULT 0,