From 170746f99d7e0bea2eb08ccf6015fe0384d45b00 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 2 Jun 2015 16:54:52 +0200 Subject: Remove phinx Doctrine handle quite correctly database migration. Thanks to `doctrine:schema:update` --- migrations/20150119171459_init_database.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 migrations/20150119171459_init_database.php (limited to 'migrations/20150119171459_init_database.php') diff --git a/migrations/20150119171459_init_database.php b/migrations/20150119171459_init_database.php deleted file mode 100644 index 35fc9e07..00000000 --- a/migrations/20150119171459_init_database.php +++ /dev/null @@ -1,22 +0,0 @@ -execute("INSERT INTO config (name, value) VALUES ('foo', 'bar');"); - } - - /** - * Migrate Down. - */ - public function down() - { - $this->execute("DELETE FROM config WHERE name = 'foo' AND value = 'bar';"); - } -} \ No newline at end of file -- cgit v1.2.3