Replace "FastNext" references with "PragmaStack" in migration script and configuration settings

This commit is contained in:
Felipe Cardoso
2025-11-20 13:01:05 +01:00
parent 8fdbc2b359
commit 34e7f69465
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ def check_database_connection():
def main():
"""Main function"""
parser = argparse.ArgumentParser(
description='Database migration helper for FastNext template'
description='Database migration helper for PragmaStack template'
)
subparsers = parser.add_subparsers(dest='command', help='Command to run')