Toggle navigation
Sign in
web
/
lex-deeit
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
7c19074b79c23d074bd10f091d9d72a33ee4ef9d
Authored by
Georg Hopp
2016-04-19 13:38:46 +0200
1 parent
a54d413e
build: skipped
change from text to string
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
db/migrate/20160419112843_name_and_uri_to_string_on_lxd_host.rb
db/migrate/20160419112843_name_and_uri_to_string_on_lxd_host.rb
0 → 100644
View file @
7c19074
1
+
class
NameAndUriToStringOnLxdHost
<
ActiveRecord
::
Migration
2
+
def
change
3
+
change_table
:lxd_hosts
do
|
t
|
4
+
t
.
change
:name
,
:string
5
+
t
.
change
:uri
,
:string
6
+
end
7
+
end
8
+
end
9
+
# vim: set et ts=2 sw=2:
...
...
Please
register
or
login
to post a comment