We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbf680 commit a2d5aa0Copy full SHA for a2d5aa0
2 files changed
.gitignore
@@ -45,3 +45,4 @@ src/services/gcp/tmp/_output/
45
src/services/namespace/vendor
46
src/services/namespace/namespace
47
src/services/namespace/tmp/_output/
48
+CLAUDE.md
src/db/migrate.py
@@ -129,7 +129,7 @@ def main():
129
130
conn = connect_db()
131
migrate_db(conn)
132
- configure_admin(conn)
+ # configure_admin(conn)
133
conn.close()
134
135
if __name__ == "__main__":
0 commit comments