Skip to content

Commit

Permalink
Merge pull request #462 from mikfire/bugs/dberror
Browse files Browse the repository at this point in the history
Closes #461  -- SQL Database Error in mashstep
  • Loading branch information
dpettersson authored Jun 21, 2020
2 parents 2d2a740 + 023b63f commit 1f6de3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TableSchema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,6 @@ void TableSchema::defineMashstepTable()

m_properties[kpropDisplay] = new PropertySchema( kpropDisplay, kcolDisplay, QString(), QString("boolean"), QVariant(true));
m_properties[kpropDeleted] = new PropertySchema( kpropDeleted, kcolDeleted, QString(), QString("boolean"), QVariant(false));
m_properties[kpropFolder] = new PropertySchema( kpropFolder, kcolFolder, QString(), QString("text"), QString("''"));

m_foreignKeys[kpropMashId] = new PropertySchema( kpropMashId, kcolMashId, QString("integer"), Brewtarget::MASHTABLE);

Expand Down

0 comments on commit 1f6de3c

Please sign in to comment.