Move old scripts into scripts/ directory

This commit is contained in:
2021-07-29 01:06:28 +00:00
parent f88292a305
commit 9cfde3e3ca
23 changed files with 0 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
python manage.py inspectdb --database old_portal | sed 's/CharField/TextField/g' > apiserver/api/old_models.py