Skip to content

Commit

Permalink
ConDec-378: Rename database tables so that they have less than 30 cha…
Browse files Browse the repository at this point in the history
…racters
  • Loading branch information
kleebaum committed Nov 2, 2018
1 parent 18199f7 commit 512fdec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import net.java.ao.schema.PrimaryKey;
import net.java.ao.schema.Table;

@Table("DecisionKnowledgeInComment")
@Table("DecisionInComment")
public interface DecisionKnowledgeInCommentEntity extends RawEntity<Long>, Sentence{

@AutoIncrement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @see DecisionKnowledgeElement
*/
@Table("DecisionKnowledge")
@Table("Decision")
public interface DecisionKnowledgeElementInDatabase extends RawEntity<Integer> {
@AutoIncrement
@PrimaryKey("ID")
Expand Down

0 comments on commit 512fdec

Please sign in to comment.