fix various issues
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
3c250702b9
commit
c289344880
12 changed files with 33 additions and 50 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <sqlitecpp/connection.hpp>
|
||||
|
||||
namespace ikarus {
|
||||
CPPBASE_ASSET(m1_initial_layout, "persistence/migrations/m1_initial_layout.sql");
|
||||
CPPBASE_ASSET(m0_initial_layout, "persistence/migrations/m0_initial_layout.sql");
|
||||
|
||||
class Migration : public sqlitecpp::Migration {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue