Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.contrib.postgres.operations import CreateExtension
|
||||
|
||||
|
||||
class VectorExtension(CreateExtension):
|
||||
def __init__(self):
|
||||
self.name = 'vector'
|
||||
Reference in New Issue
Block a user