Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ComPlat
ela2
Commits
16007ef7
Commit
16007ef7
authored
Jan 03, 2021
by
ira.maier
Browse files
changed schema.rb
parent
e993fcdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/schema.rb
View file @
16007ef7
...
...
@@ -52,11 +52,6 @@ ActiveRecord::Schema.define(version: 2020_12_23_222248) do
t
.
index
[
"priority"
,
"run_at"
],
name:
"delayed_jobs_priority"
end
create_table
"file_storages"
,
force: :cascade
do
|
t
|
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"updated_at"
,
null:
false
end
create_table
"microposts"
,
id: :serial
,
force: :cascade
do
|
t
|
t
.
text
"content"
t
.
integer
"user_id"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment