選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni 6f5283b8db upgraded postgres image 6年前
..
0.1.0_01_luticate2_utils.sql upgraded postgres image 6年前
0.1.0_02_webtest.sql upgraded postgres image 6年前
README.md upgraded postgres image 6年前

README.md

The files in this folder will be copied in the postgres container and will be executed only on the first run.

They MUST be named as version_number_humanReadbleName.[sql|sql.gz|sh] where:

  • version is x.y.z. Files are executed in versions order: 0.1.0 < 0.10.0 < 0.10.1 < 1.0.0
  • number is a number. Files are executed in their ASCII order, which means 0.1.0_1_my_first_files.sql will be executed after 0.1.0_10_my_second_file.sh. Use leading zeros to fix it, eg: 0.0.1_01_my_first_file.sql
  • humanReadableName is pretty much what you want to describe this file