add app version seed. #9
@@ -34,6 +34,7 @@ void main(List<String> args) async {
|
|||||||
DownloadHistoryMigration(),
|
DownloadHistoryMigration(),
|
||||||
LikeRecordMigration(),
|
LikeRecordMigration(),
|
||||||
AppVersionMigration(),
|
AppVersionMigration(),
|
||||||
|
AppVersionSeed(),
|
||||||
]);
|
]);
|
||||||
await runMigrations(migrationRunner, args);
|
await runMigrations(migrationRunner, args);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
class Apis {
|
class Apis {
|
||||||
static const apiScheme = 'http';
|
static const apiScheme = 'http';
|
||||||
static const apiHost = '127.0.0.1';
|
static const apiHost = 'home.debuggerx.com';
|
||||||
static const apiPort = 3000;
|
static const apiPort = 30000;
|
||||||
|
|
||||||
static const appNewVersionUrl = 'https://www.debuggerx.com';
|
static const appNewVersionUrl = 'https://www.debuggerx.com';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user