1
0
mirror of https://github.com/django/django.git synced 2025-06-16 17:09:12 +00:00

Stubbed-out oracle schema file

This commit is contained in:
Andrew Godwin 2012-09-07 15:56:07 -04:00
parent 8413c85f3d
commit 3ffbfe4abc

View File

@ -0,0 +1,5 @@
from django.db.backends.schema import BaseDatabaseSchemaEditor
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
pass