mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
add test data to project
This commit is contained in:
@@ -7,4 +7,8 @@ ADD create.sql /docker-entrypoint-initdb.d
|
||||
WORKDIR /home/gx/code
|
||||
|
||||
COPY shakespeare_chapter.sql /home/gx/code/shakespeare_chapter.sql
|
||||
COPY shakespeare_work.sql /home/gx/code/shakespeare_work.sql
|
||||
COPY shakespeare_work.sql /home/gx/code/shakespeare_work.sql
|
||||
COPY shakespeare_wordform.sql /home/gx/code/shakespeare_wordform.sql
|
||||
COPY shakespeare_character.sql /home/gx/code/shakespeare_character.sql
|
||||
COPY shakespeare_paragraph.sql /home/gx/code/shakespeare_paragraph.sql
|
||||
COPY shakespeare_character_work.sql /home/gx/code/shakespeare_character_work.sql
|
||||
1268
db/shakespeare_character.sql
Normal file
1268
db/shakespeare_character.sql
Normal file
File diff suppressed because it is too large
Load Diff
1347
db/shakespeare_character_work.sql
Normal file
1347
db/shakespeare_character_work.sql
Normal file
File diff suppressed because it is too large
Load Diff
154775
db/shakespeare_paragraph.sql
Normal file
154775
db/shakespeare_paragraph.sql
Normal file
File diff suppressed because it is too large
Load Diff
28831
db/shakespeare_wordform.sql
Normal file
28831
db/shakespeare_wordform.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user