mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
squash psql migration. add event_data migration
This commit is contained in:
parent
3749e2a70d
commit
8abeba4c0d
6 changed files with 53 additions and 38 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue