From 57ce06332f00aae27f848e1f328f854625513187 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Fri, 21 Sep 2007 19:19:52 +0000 Subject: [PATCH] Back to default. --- playground/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playground/index.php b/playground/index.php index 99b30ce3a..764990286 100644 --- a/playground/index.php +++ b/playground/index.php @@ -2,7 +2,4 @@ require_once('playground.php'); require_once('connection.php'); require_once('models.php'); -require_once('data.php'); - -$import = new Doctrine_Import_Schema(); -$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables); \ No newline at end of file +require_once('data.php'); \ No newline at end of file