We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d15d3 commit 7911e8bCopy full SHA for 7911e8b
logstash_async/database.py
@@ -18,7 +18,7 @@
18
`event_id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
19
`event_text` TEXT NOT NULL,
20
`pending_delete` INTEGER NOT NULL,
21
- `entry_date` TEXT NOT NULL);
+ `entry_date` DATETIME NOT NULL);
22
''',
23
'''CREATE INDEX IF NOT EXISTS `idx_pending_delete` ON `event` (pending_delete);''',
24
'''CREATE INDEX IF NOT EXISTS `idx_entry_date` ON `event` (entry_date);''',
0 commit comments