Skip to content

Commit

Permalink
Rename collection_field to collection field and remove MER
Browse files Browse the repository at this point in the history
  • Loading branch information
williamespindola committed Sep 18, 2015
1 parent 8f02e88 commit 695f146
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd">

<entity name="WilliamEspindola\Field\Entity\CollectionField" table="collection_field">
<entity name="WilliamEspindola\Field\Entity\CollectionField" table="collectionfield">
<id name="id" type="integer">
<generator strategy="AUTO" />
</id>
Expand Down
47 changes: 0 additions & 47 deletions data/mysql-schema.sql

This file was deleted.

Binary file removed data/schema-0.3.mwb
Binary file not shown.
Binary file removed data/schema-0.3.mwb.bak
Binary file not shown.
4 changes: 2 additions & 2 deletions data/schema-0.3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ ENGINE = InnoDB;


-- -----------------------------------------------------
-- Table `mydb`.`collection_field`
-- Table `mydb`.`collectionfield`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `mydb`.`collection_field` (
CREATE TABLE IF NOT EXISTS `mydb`.`collectionfield` (
`collection_id` INT NOT NULL,
`field_id` INT NOT NULL,
`id` INT NOT NULL AUTO_INCREMENT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd">

<entity name="WilliamEspindola\Field\Entity\CollectionField" table="collection_field">
<entity name="WilliamEspindola\Field\Entity\CollectionField" table="collectionfield">
<id name="id" type="integer">
<generator strategy="AUTO" />
</id>
Expand Down

0 comments on commit 695f146

Please sign in to comment.