I have copied a test mydb.sql to the directory
/docker-entrypoint-initdb.d
and it works fine.
Now I'd like to create my demo db and insert data. I have
mydb_1_struct.sql -- there is db structure
mydb_2_data.sql -- there is db data
I need to execute these scripts in strong order: structure and then data. What is the order of the scripts execution ?