From 84507b68b56d7f32665434ca7b0490738a92b063 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 02:03:40 -0500 Subject: [PATCH] add legacy code warning to schema.py --- archivebox/index/schema.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/archivebox/index/schema.py b/archivebox/index/schema.py index b5ea6733..90021e0b 100644 --- a/archivebox/index/schema.py +++ b/archivebox/index/schema.py @@ -1,3 +1,11 @@ +""" + +WARNING: THIS FILE IS ALL LEGACY CODE TO BE REMOVED. + +DO NOT ADD ANY NEW FEATURES TO THIS FILE, NEW CODE GOES HERE: core/models.py + +""" + __package__ = 'archivebox.index' from pathlib import Path