mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:56:05 -04:00
rename schema_prepare to prepare_database
This commit is contained in:
parent
ec398af41c
commit
17c80c8a3d
5 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from synapse.storage.schema_prepare import prepare_database
|
||||
from synapse.storage.prepare_database import prepare_database
|
||||
|
||||
from ._base import IncorrectDatabaseSetup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue