Skip to content

Re-Install LibreSign App (dropped tables did not get recreated) #3944

Answered by vitormattos
dietriclX asked this question in General
Discussion options

You must be logged in to vote

Nextcloud use migrations to create all tables.

If you want to re-create, remove all executed migrations.

DELETE from oc_migrations where app = 'libresign';

The issue that you found was because installed the app after then you removed the content related to LibreSign from appconfig but the tables wasn't created because all migrations "was executed".

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dietriclX
Comment options

@vitormattos
Comment options

@dietriclX
Comment options

Answer selected by dietriclX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants