Skip to content
Snippets Groups Projects
Commit 93f74f58 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

use adex_cache_django database (triggering build)

parent 472742cc
No related branches found
No related tags found
1 merge request!6Hookup to django
Pipeline #40643 passed
...@@ -4,7 +4,8 @@ from .database import Base ...@@ -4,7 +4,8 @@ from .database import Base
# sql alchemy model # sql alchemy model
class SkyView(Base): class SkyView(Base):
__tablename__ = "adex_cache_skyview" #__tablename__ = "skyviews" # using the adex_cache_fastapi.skyviews table
__tablename__ = "adex_cache_skyview" # using the adex_cache_django.adex_cache_skyview table
id = Column(Integer, primary_key=True, index=True) id = Column(Integer, primary_key=True, index=True)
pid = Column(String) pid = Column(String)
name = Column(String) name = Column(String)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment