Created
June 1, 2014 11:46
-
-
Save will1471/458fb485d56865864110 to your computer and use it in GitHub Desktop.
output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
will@will-laptop:~/src/propel-testcase$ ./vendor/bin/propel model:build --verbose | |
Processing: schema.xml | |
3 tables processed successfully | |
3 tables found in 1 schema files. | |
Generating PHP files... | |
Datamodel: ./schema.xml | |
- Database: foo | |
+ Table: child | |
-> (unchanged) Foo/Base/Child.php | |
-> (unchanged) Foo/Map/ChildTableMap.php | |
-> (unchanged) Foo/Base/ChildQuery.php | |
-> (exists) Foo/Child.php | |
-> (exists) Foo/ChildQuery.php | |
(no change) | |
+ Table: bar | |
-> Updating Foo/Base/Bar.php (table: bar, builder: Propel\Generator\Builder\Om\ObjectBuilder) | |
-> Updating Foo/Map/BarTableMap.php (table: bar, builder: Propel\Generator\Builder\Om\TableMapBuilder) | |
-> Updating Foo/Base/BarQuery.php (table: bar, builder: Propel\Generator\Builder\Om\QueryBuilder) | |
-> (exists) Foo/Bar.php | |
-> (exists) Foo/BarQuery.php | |
+ Table: child_bar | |
Segmentation fault (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment