Added base migrations version. Currently empty.
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
		
							
								
								
									
										24
									
								
								app/DoctrineMigrations/Version20120731113533.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								app/DoctrineMigrations/Version20120731113533.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  | <?php | ||||||
|  |  | ||||||
|  | namespace Application\Migrations; | ||||||
|  |  | ||||||
|  | use Doctrine\DBAL\Migrations\AbstractMigration, | ||||||
|  |     Doctrine\DBAL\Schema\Schema; | ||||||
|  |  | ||||||
|  | /** | ||||||
|  |  * Auto-generated Migration: Please modify to your need! | ||||||
|  |  */ | ||||||
|  | class Version20120731113533 extends AbstractMigration | ||||||
|  | { | ||||||
|  |     public function up(Schema $schema) | ||||||
|  |     { | ||||||
|  |         // this up() migration is autogenerated, please modify it to your needs | ||||||
|  |  | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public function down(Schema $schema) | ||||||
|  |     { | ||||||
|  |         // this down() migration is autogenerated, please modify it to your needs | ||||||
|  |  | ||||||
|  |     } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user