projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5a51665
)
typo fix
David Steinbrunner [Fri, 13 Sep 2013 11:28:26 +0000 (07:28 -0400)]
lib/SQL/Translator/Filter/Globals.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Filter/Globals.pm
b/lib/SQL/Translator/Filter/Globals.pm
index
d4dbfda
..
497e40f
100644
(file)
--- a/
lib/SQL/Translator/Filter/Globals.pm
+++ b/
lib/SQL/Translator/Filter/Globals.pm
@@
-104,7
+104,7
@@
sub filter {
$schema->drop_table($gtbl);
}
- # Add globalis to tables
+ # Add globals to tables
foreach my $tbl ( $schema->get_tables ) {
foreach my $new_fld ( @global_fields ) {