Make migration scripts executable and add shebang

This commit is contained in:
Roger A. Light 2026-02-06 15:18:13 +00:00
parent 9b3dc05706
commit aa8fc9a5bf
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Migration script to migrate from acl_file and password_file to the Dynamic Security Plugin.
"""

1
plugins/persist-sqlite/migrate_to_persist_sqlite.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Migration script to migrate from Snapshot persistence to Persist SQLite Plugin.
"""