- France
- https://amine-bouabdallaoui.fr
- Joined on
2022-07-18
Block a user
Sources Upsert
Sources Upsert
AmineB
created branch sources-edit in Louvorg/ReaderForSelfoss-multiplatform
2022-12-28 21:09:48 +00:00
AmineB
deleted branch fix-migration from Louvorg/ReaderForSelfoss-multiplatform
2022-12-28 14:49:21 +00:00
417a33eb25
Merge pull request 'Running migrations.' (#118) from fix-migration into master
2e7f7f23b3
No duplicate builds for PRs.
e5e182761e
Running migrations.
Running migrations.
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.
Running migrations.
AmineB
created branch fix-migration in Louvorg/ReaderForSelfoss-multiplatform
2022-12-28 14:27:23 +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
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
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…