Removed unused column.
This commit is contained in:
parent
e4120b1ca3
commit
b6d40b7e28
@ -13,7 +13,7 @@ import uk.co.neviyn.Observations.core.Observation;
|
||||
@RegisterRowMapper(Observation.Mapper.class)
|
||||
public interface ObservationDao {
|
||||
|
||||
@SqlUpdate("CREATE TABLE IF NOT EXISTS observations (id INTEGER PRIMARY KEY, siteId INTEGER, tutorManyId INTEGER, " +
|
||||
@SqlUpdate("CREATE TABLE IF NOT EXISTS observations (id INTEGER PRIMARY KEY, siteId INTEGER, " +
|
||||
"observed TEXT, monitoring INTEGER, control INTEGER, conservatism INTEGER, teamwork INTEGER, knowledge INTEGER, " +
|
||||
"rawData TEXT, date DATE)")
|
||||
void createObservationTable();
|
||||
|
Loading…
Reference in New Issue
Block a user