added commect to explain what the script does
This commit is contained in:
parent
86f62b282b
commit
b9c2b044ff
@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
|
|
||||||
|
"""
|
||||||
|
Helper script that normalizes all existing date entries in the DB's "Werk" table to the format "YYYY[-MM[-DD]]".
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
import os
|
import os
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user