Squashed 'plugins/redmine_hourglass/' content from commit ec937a4

git-subtree-dir: plugins/redmine_hourglass
git-subtree-split: ec937a4ed4717e358207dd3857fac248b9e625e9
This commit is contained in:
2023-03-23 12:49:36 +01:00
commit bbe840cd8b
208 changed files with 25031 additions and 0 deletions

7
.github/data/mysql2_database.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
test:
adapter: mysql2
host: 127.0.0.1
port: 3306
database: redmine_test
username: root
password: redmine_hourglass

7
.github/data/postgresql_database.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
test:
adapter: postgresql
host: localhost
port: 5432
database: redmine_test
username: redmine_hourglass
password: redmine_hourglass

3
.github/data/sqlite3_database.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
test:
adapter: sqlite3
database: db/redmine_test.sqlite3