Files
backend/eatery-service/src/main/resources/import.sql
T
TakahashiNguyen cda46248df
Release package / release (push) Has been cancelled
Java CI with Maven / build-and-test (push) Has been cancelled
feat(eatery-service): init with tests (#3)
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Co-authored-by: gitea-actions <actions-user@noreply.git.demonkernel.io.vn>
Co-authored-by: TranHuuDanh <tranhuudanh@demonkernel.io.vn>
Reviewed-on: #3
2026-03-25 02:08:19 +00:00

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;