started adding tests

This commit is contained in:
Iraq Jaber
2025-05-28 18:18:50 +02:00
parent e8fccf28b8
commit 8ea414e335
9 changed files with 396 additions and 11 deletions

View File

@@ -33,6 +33,7 @@ func (*instanceRelationalProjection) Init() *old_handler.Check {
handler.NewColumn(InstanceColumnProjectID, handler.ColumnTypeText, handler.Default("")),
handler.NewColumn(InstanceColumnConsoleID, handler.ColumnTypeText, handler.Default("")),
handler.NewColumn(InstanceColumnConsoleAppID, handler.ColumnTypeText, handler.Default("")),
handler.NewColumn(InstanceColumnSequence, handler.ColumnTypeInt64),
handler.NewColumn(InstanceColumnDefaultLanguage, handler.ColumnTypeText, handler.Default("")),
},
handler.NewPrimaryKey(InstanceColumnID),