Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F13520293
schema_test.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
431 B
Referenced Files
None
Subscribers
None
schema_test.exs
View Options
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma.SchemaTest
do
use
Pleroma.DataCase
,
async
:
true
alias
Pleroma.Repo
test
"No unindexed foreign keys"
do
query
=
File
.
read!
(
"test/fixtures/unindexed_fk.sql"
)
{
:ok
,
result
}
=
Repo
.
query
(
query
)
assert
Enum
.
empty?
(
result
.
rows
)
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 7:29 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
634643
Default Alt Text
schema_test.exs (431 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment