a2b9de91f5
Release package / release (push) Failing after 2m57s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Co-authored-by: gitea-actions <actions-user@noreply.git.demonkernel.io.vn> Reviewed-on: #2
6 lines
370 B
SQL
6 lines
370 B
SQL
-- This file allow to write SQL commands that will be emitted in test and dev.
|
|
-- The commands are commented as their support depends of the database
|
|
-- insert into myentity (id, field) values(1, 'field-1');
|
|
-- insert into myentity (id, field) values(2, 'field-2');
|
|
-- insert into myentity (id, field) values(3, 'field-3');
|
|
-- alter sequence myentity_seq restart with 4; |