Amine Bouabdallaoui AmineB
AmineB merged pull request Louvorg/ReaderForSelfoss-multiplatform#119 2022-12-28 21:31:51 +00:00
Sources Upsert
AmineB pushed to sources-edit at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 21:19:22 +00:00
3c68bde62b Source update screen.
AmineB created pull request Louvorg/ReaderForSelfoss-multiplatform#119 2022-12-28 21:10:42 +00:00
Sources Upsert
AmineB created branch sources-edit in Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 21:09:48 +00:00
AmineB pushed to sources-edit at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 21:09:48 +00:00
dd81fd95f8 Source update screen.
c38251f5b3 Sources menu.
Compare 2 commits »
AmineB pushed to master at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 20:44:02 +00:00
a01f6d2322 chore: Automatic CHANGELOG generation.
AmineB deleted branch fix-migration from Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:49:21 +00:00
AmineB pushed to master at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:49:15 +00:00
417a33eb25 Merge pull request 'Running migrations.' (#118) from fix-migration into master
2e7f7f23b3 No duplicate builds for PRs.
e5e182761e Running migrations.
Compare 3 commits »
AmineB merged pull request Louvorg/ReaderForSelfoss-multiplatform#118 2022-12-28 14:49:15 +00:00
Running migrations.
AmineB pushed to fix-migration at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:34:29 +00:00
2e7f7f23b3 No duplicate builds for PRs.
AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#118 2022-12-28 14:28:43 +00:00
Running migrations.

I can't let the add column as it was already created on some devices as not null.

AmineB created pull request Louvorg/ReaderForSelfoss-multiplatform#118 2022-12-28 14:28:02 +00:00
Running migrations.
AmineB pushed to fix-migration at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:27:24 +00:00
e5e182761e Running migrations.
AmineB created branch fix-migration in Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:27:23 +00:00
AmineB pushed to master at Louvorg/ReaderForSelfoss-multiplatform 2022-12-28 14:25:39 +00:00
a094d88799 Merge pull request 'Make the author field nullable' (#117) from davidoskky/ReaderForSelfoss-multiplatform:author into master
e51915d1cd Include author field when updating the database
3a654f6ede Migrate the database table
5227751dca Make the author field nullable
Compare 4 commits »
AmineB merged pull request Louvorg/ReaderForSelfoss-multiplatform#117 2022-12-28 14:25:38 +00:00
Make the author field nullable
AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#117 2022-12-28 14:25:23 +00:00
Make the author field nullable

I just realized that migrations aren't run automatically, son the first one wasn't done. I'll merge this and make a small change so it would work as expected.

AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#117 2022-12-28 13:32:34 +00:00
Make the author field nullable

This is unnecessary.

AmineB suggested changes for Louvorg/ReaderForSelfoss-multiplatform#117 2022-12-28 13:32:34 +00:00
Make the author field nullable

Can you please change the migration to a simpler one ?

AmineB commented on pull request Louvorg/ReaderForSelfoss-multiplatform#117 2022-12-28 12:18:56 +00:00
Make the author field nullable

I just saw that you can't update a column type in sqlite.

You'll have to rename the existing one, create a new one with…