cron, db, cache and migrations

This commit is contained in:
2022-02-13 18:09:26 +01:00
parent 5f36bdb8a6
commit e03efbf09c
8 changed files with 1638 additions and 2 deletions

12
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="serverctl@localhost" uuid="372f3f01-6672-42bd-a724-099a867af00b">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/serverctl</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>