5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
# Database changes are performed by the application after its own pre-schema backup.
|
|
# Storage migration is intentionally never started by an fnOS upgrade hook.
|
|
exit 0
|