File tree Expand file tree Collapse file tree
composeApp/src/jvmMain/kotlin/io/writeopia/desktop
persistence_sqldelight/src/commonMain/sqldelight/migration
resources/src/commonMain/composeResources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ private fun ApplicationScope.App(onCloseRequest: () -> Unit = ::exitApplication)
213213 val database = databaseState.writeopiaDb
214214
215215 WriteopiaDbInjector .initialize(database)
216- WriteopiaConnectionInjector .setBaseUrl(" http ://localhost:8080 " )
216+ WriteopiaConnectionInjector .setBaseUrl(" https ://writeopia.dev " )
217217
218218 val authInjection = AuthInjection ()
219219
Original file line number Diff line number Diff line change 1+ ALTER TABLE writeopia_user_entity ADD COLUMN tier TEXT;
2+
Original file line number Diff line number Diff line change 1+ ALTER TABLE folderEntity ADD COLUMN last_synced_at INTEGER;
Original file line number Diff line number Diff line change 1+ ALTER TABLE documentEntity ADD COLUMN company_id INTEGER;
2+ ALTER TABLE documentEntity ADD COLUMN deleted INTEGER NOT NULL DEFAULT 0;
Original file line number Diff line number Diff line change 5353 <string name =" download_models" >Download Model</string >
5454 <string name =" suggestions" >Suggestions:</string >
5555 <string name =" error_model_download" >Error when downloading model.</string >
56- <string name =" version" >Alpha43 - Amado, Jorge</string >
56+ <string name =" version" >Alpha44 - Amado, Jorge</string >
5757 <string name =" light_theme" >Light</string >
5858 <string name =" dark_theme" >Dark</string >
5959 <string name =" system_theme" >System</string >
Original file line number Diff line number Diff line change 5151 <string name =" download_models" >Baixar modelos</string >
5252 <string name =" suggestions" >Sugestões:</string >
5353 <string name =" error_model_download" >Error ao baixar modelo.</string >
54- <string name =" version" >"Alpha43 - Amado, Jorge"</string >
54+ <string name =" version" >"Alpha44 - Amado, Jorge"</string >
5555 <string name =" light_theme" >Claro</string >
5656 <string name =" dark_theme" >Escuro</string >
5757 <string name =" system_theme" >Sistema</string >
Original file line number Diff line number Diff line change 5353 <string name =" download_models" >Download Model</string >
5454 <string name =" suggestions" >Suggestions:</string >
5555 <string name =" error_model_download" >Error when downloading model.</string >
56- <string name =" version" >Alpha43 - Amado, Jorge</string >
56+ <string name =" version" >Alpha44 - Amado, Jorge</string >
5757 <string name =" light_theme" >Light</string >
5858 <string name =" dark_theme" >Dark</string >
5959 <string name =" system_theme" >System</string >
You can’t perform that action at this time.
0 commit comments