Save date as local date string and make it the primary key

This commit is contained in:
Julia Friesel
2018-06-08 20:55:03 +02:00
parent 80bf63adc2
commit 6bb6cc1144
3 changed files with 7 additions and 17 deletions
-1
View File
@@ -11,7 +11,6 @@ import { saveBleeding } from './db'
import { formatDateForViewHeader } from './format'
import { bleeding as labels } from './labels'
import getCycleDay from './get-cycle-day'
import { bleedingDaysSortedByDate } from './db'
export default class Bleeding extends Component {
constructor(props) {