Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Admin
Commits
4d9a7ba9
Commit
4d9a7ba9
authored
2 years ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
fixtures
parent
a286216b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/models/communication/extranet/document.rb
+3
-3
3 additions, 3 deletions
app/models/communication/extranet/document.rb
test/fixtures/communication/extranet/documents.yml
+3
-4
3 additions, 4 deletions
test/fixtures/communication/extranet/documents.yml
with
6 additions
and
7 deletions
app/models/communication/extranet/document.rb
+
3
−
3
View file @
4d9a7ba9
# == Schema Information
#
# Table name: communication_extranet_
file
s
# Table name: communication_extranet_
document
s
#
# id :uuid not null, primary key
# name :string
...
...
@@ -13,8 +13,8 @@
#
# Indexes
#
# index_communication_extranet_
file
s_on_extranet_id (extranet_id)
# index_communication_extranet_
file
s_on_university_id (university_id)
# index_communication_extranet_
document
s_on_extranet_id (extranet_id)
# index_communication_extranet_
document
s_on_university_id (university_id)
#
# Foreign Keys
#
...
...
This diff is collapsed.
Click to expand it.
test/fixtures/communication/extranet/
file
s.yml
→
test/fixtures/communication/extranet/
document
s.yml
+
3
−
4
View file @
4d9a7ba9
# == Schema Information
#
# Table name: communication_extranet_
file
s
# Table name: communication_extranet_
document
s
#
# id :uuid not null, primary key
# name :string
...
...
@@ -13,15 +13,14 @@
#
# Indexes
#
# index_communication_extranet_
file
s_on_extranet_id (extranet_id)
# index_communication_extranet_
file
s_on_university_id (university_id)
# index_communication_extranet_
document
s_on_extranet_id (extranet_id)
# index_communication_extranet_
document
s_on_university_id (university_id)
#
# Foreign Keys
#
# fk_rails_1272fd263c (extranet_id => communication_extranets.id)
# fk_rails_af877a8c0c (university_id => universities.id)
#
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one
:
name
:
MyString
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment