fix(eventstore): new column to test clock_timestamp()

This commit is contained in:
adlerhurst
2023-05-11 10:04:35 +02:00
parent 35a0977663
commit c6d29fc201
8 changed files with 34 additions and 3 deletions

View File

@@ -13,11 +13,11 @@ import (
)
var (
//go:embed 10_create_temp_table.sql
//go:embed 10/10_create_temp_table.sql
correctCreationDate10CreateTable string
//go:embed 10_fill_table.sql
//go:embed 10/10_fill_table.sql
correctCreationDate10FillTable string
//go:embed 10_update.sql
//go:embed 10/10_update.sql
correctCreationDate10Update string
)