squash psql migration. add event_data migration

This commit is contained in:
Francis Cao 2023-07-10 23:08:57 -07:00
parent 3749e2a70d
commit 8abeba4c0d
6 changed files with 53 additions and 38 deletions

View file

@ -33,6 +33,7 @@ export function TestConsole() {
booleanError: 'true',
time: new Date(),
number: 1,
number2: Math.random() * 100,
time2: new Date().toISOString(),
nested: {
test: 'test-data',